diff --git a/App/App.pro b/App/App.pro
index aac62a3e32..20295c3f20 100644
--- a/App/App.pro
+++ b/App/App.pro
@@ -1,6 +1,6 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Natron ,
-# (C) 2018-2020 The Natron developers
+# (C) 2018-2021 The Natron developers
# (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
#
# Natron is free software: you can redistribute it and/or modify
diff --git a/App/NatronApp_main.cpp b/App/NatronApp_main.cpp
index 4be36adaab..68a45f9399 100644
--- a/App/NatronApp_main.cpp
+++ b/App/NatronApp_main.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Documentation/source/conf.py b/Documentation/source/conf.py
index c216699132..401b71dbca 100644
--- a/Documentation/source/conf.py
+++ b/Documentation/source/conf.py
@@ -41,7 +41,7 @@
# General information about the project.
project = u'Natron'
-copyright = u'2013-2020 The Natron documentation authors, licensed under CC BY-SA 4.0'
+copyright = u'2013-2021 The Natron documentation authors, licensed under CC BY-SA 4.0'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/Documentation/source/devel/conf.py b/Documentation/source/devel/conf.py
index 3bbe91ee79..025f60ab82 100644
--- a/Documentation/source/devel/conf.py
+++ b/Documentation/source/devel/conf.py
@@ -47,7 +47,7 @@
# General information about the project.
project = u'Natron'
-copyright = u'2013-2020 The Natron documentation authors, licensed under CC BY-SA 4.0'
+copyright = u'2013-2021 The Natron documentation authors, licensed under CC BY-SA 4.0'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/Documentation/source/guide/conf.py b/Documentation/source/guide/conf.py
index ffb8ba0ea2..a1c1f6ec45 100644
--- a/Documentation/source/guide/conf.py
+++ b/Documentation/source/guide/conf.py
@@ -41,7 +41,7 @@
# General information about the project.
project = u'Natron'
-copyright = u'2013-2020 The Natron documentation authors, licensed under CC BY-SA 4.0'
+copyright = u'2013-2021 The Natron documentation authors, licensed under CC BY-SA 4.0'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/Engine/AbortableRenderInfo.cpp b/Engine/AbortableRenderInfo.cpp
index 42623346e4..721f9a8312 100644
--- a/Engine/AbortableRenderInfo.cpp
+++ b/Engine/AbortableRenderInfo.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/AbortableRenderInfo.h b/Engine/AbortableRenderInfo.h
index bbe321be4f..d34f104387 100644
--- a/Engine/AbortableRenderInfo.h
+++ b/Engine/AbortableRenderInfo.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/AfterQuitProcessingI.h b/Engine/AfterQuitProcessingI.h
index 4c5be5ccf0..4b3490ff39 100644
--- a/Engine/AfterQuitProcessingI.h
+++ b/Engine/AfterQuitProcessingI.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/AppInstance.cpp b/Engine/AppInstance.cpp
index 79d9d540e2..ff53e8cb94 100644
--- a/Engine/AppInstance.cpp
+++ b/Engine/AppInstance.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/AppInstance.h b/Engine/AppInstance.h
index 59b0c0101e..e318deaac2 100644
--- a/Engine/AppInstance.h
+++ b/Engine/AppInstance.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/AppManager.cpp b/Engine/AppManager.cpp
index 62218b16e8..03adc37260 100644
--- a/Engine/AppManager.cpp
+++ b/Engine/AppManager.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/AppManager.h b/Engine/AppManager.h
index d047496f1f..202ecb4d2f 100644
--- a/Engine/AppManager.h
+++ b/Engine/AppManager.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/AppManagerPrivate.cpp b/Engine/AppManagerPrivate.cpp
index 4ece821fcc..bb24e2781d 100644
--- a/Engine/AppManagerPrivate.cpp
+++ b/Engine/AppManagerPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/AppManagerPrivate.h b/Engine/AppManagerPrivate.h
index 1865ed3995..764fd26887 100644
--- a/Engine/AppManagerPrivate.h
+++ b/Engine/AppManagerPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Backdrop.cpp b/Engine/Backdrop.cpp
index 09773b7cf0..75a1a81708 100644
--- a/Engine/Backdrop.cpp
+++ b/Engine/Backdrop.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Backdrop.h b/Engine/Backdrop.h
index d356a1f2f7..727f8ad235 100644
--- a/Engine/Backdrop.h
+++ b/Engine/Backdrop.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Bezier.cpp b/Engine/Bezier.cpp
index b3b75254c3..af30254ae0 100644
--- a/Engine/Bezier.cpp
+++ b/Engine/Bezier.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Bezier.h b/Engine/Bezier.h
index 667176e568..7f852501d7 100644
--- a/Engine/Bezier.h
+++ b/Engine/Bezier.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/BezierCP.cpp b/Engine/BezierCP.cpp
index 3eaf96eac4..f36bc5866b 100644
--- a/Engine/BezierCP.cpp
+++ b/Engine/BezierCP.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/BezierCP.h b/Engine/BezierCP.h
index 42df58af13..ddb1092fc8 100644
--- a/Engine/BezierCP.h
+++ b/Engine/BezierCP.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/BezierCPPrivate.h b/Engine/BezierCPPrivate.h
index 9b44e82f60..2b1995da87 100644
--- a/Engine/BezierCPPrivate.h
+++ b/Engine/BezierCPPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/BezierCPSerialization.h b/Engine/BezierCPSerialization.h
index 79197116db..8bb424f7ad 100644
--- a/Engine/BezierCPSerialization.h
+++ b/Engine/BezierCPSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/BezierSerialization.h b/Engine/BezierSerialization.h
index 26881ca71b..e63df12feb 100644
--- a/Engine/BezierSerialization.h
+++ b/Engine/BezierSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/BlockingBackgroundRender.cpp b/Engine/BlockingBackgroundRender.cpp
index 637f6d5961..d61c542abd 100644
--- a/Engine/BlockingBackgroundRender.cpp
+++ b/Engine/BlockingBackgroundRender.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/BlockingBackgroundRender.h b/Engine/BlockingBackgroundRender.h
index aed4160c67..5e00aeb3a7 100644
--- a/Engine/BlockingBackgroundRender.h
+++ b/Engine/BlockingBackgroundRender.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/BufferableObject.h b/Engine/BufferableObject.h
index cc66df0433..5545e19620 100644
--- a/Engine/BufferableObject.h
+++ b/Engine/BufferableObject.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CLArgs.cpp b/Engine/CLArgs.cpp
index 214e998430..627a3cf68c 100644
--- a/Engine/CLArgs.cpp
+++ b/Engine/CLArgs.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
@@ -245,7 +245,7 @@ void
CLArgs::printBackGroundWelcomeMessage()
{
QString msg = tr("%1 Version %2\n"
- "(C) 2018-2020 The Natron developers\n"
+ "(C) 2018-2021 The Natron developers\n"
"(C) 2013-2018 INRIA and Alexandre Gauthier-Foichat\n"
">>>Use the --help or -h option to print usage.<<<").arg( QString::fromUtf8(NATRON_APPLICATION_NAME) ).arg( QString::fromUtf8(NATRON_VERSION_STRING) );
std::cout << msg.toStdString() << std::endl;
diff --git a/Engine/CLArgs.h b/Engine/CLArgs.h
index af1f045b0f..46b079801c 100644
--- a/Engine/CLArgs.h
+++ b/Engine/CLArgs.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Cache.cpp b/Engine/Cache.cpp
index 7fbde2ac26..9fe71ab973 100644
--- a/Engine/Cache.cpp
+++ b/Engine/Cache.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Cache.h b/Engine/Cache.h
index 0dcbf91b3b..43d8d6e1d0 100644
--- a/Engine/Cache.h
+++ b/Engine/Cache.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CacheEntry.h b/Engine/CacheEntry.h
index 10995cc7a1..7bbbdfca5a 100644
--- a/Engine/CacheEntry.h
+++ b/Engine/CacheEntry.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CacheEntryHolder.h b/Engine/CacheEntryHolder.h
index 86b96c3c40..fa907d1a84 100644
--- a/Engine/CacheEntryHolder.h
+++ b/Engine/CacheEntryHolder.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CacheSerialization.h b/Engine/CacheSerialization.h
index 5d235709c2..74cc904e33 100644
--- a/Engine/CacheSerialization.h
+++ b/Engine/CacheSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ChoiceOption.h b/Engine/ChoiceOption.h
index 4a8e68a7b3..f957992ca2 100644
--- a/Engine/ChoiceOption.h
+++ b/Engine/ChoiceOption.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CoonsRegularization.cpp b/Engine/CoonsRegularization.cpp
index 0e22d1b695..a5534ae2fd 100644
--- a/Engine/CoonsRegularization.cpp
+++ b/Engine/CoonsRegularization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CoonsRegularization.h b/Engine/CoonsRegularization.h
index cdae22a63f..409d2344eb 100644
--- a/Engine/CoonsRegularization.h
+++ b/Engine/CoonsRegularization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CreateNodeArgs.cpp b/Engine/CreateNodeArgs.cpp
index 536a5281bd..744506d12e 100644
--- a/Engine/CreateNodeArgs.cpp
+++ b/Engine/CreateNodeArgs.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CreateNodeArgs.h b/Engine/CreateNodeArgs.h
index 8c4d5561ff..b083b1a46c 100644
--- a/Engine/CreateNodeArgs.h
+++ b/Engine/CreateNodeArgs.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Curve.cpp b/Engine/Curve.cpp
index 8223e16ea9..c5debcf9ad 100644
--- a/Engine/Curve.cpp
+++ b/Engine/Curve.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Curve.h b/Engine/Curve.h
index a8d4bb2e98..a128028a74 100644
--- a/Engine/Curve.h
+++ b/Engine/Curve.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CurvePrivate.h b/Engine/CurvePrivate.h
index 86fc2052ab..3125f92a0b 100644
--- a/Engine/CurvePrivate.h
+++ b/Engine/CurvePrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CurveSerialization.cpp b/Engine/CurveSerialization.cpp
index 4f4f3018c3..8048d97630 100644
--- a/Engine/CurveSerialization.cpp
+++ b/Engine/CurveSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/CurveSerialization.h b/Engine/CurveSerialization.h
index 317f9dea98..6033876a55 100644
--- a/Engine/CurveSerialization.h
+++ b/Engine/CurveSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/DefaultShaders.cpp b/Engine/DefaultShaders.cpp
index 759659ca22..b5da144dd1 100644
--- a/Engine/DefaultShaders.cpp
+++ b/Engine/DefaultShaders.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/DefaultShaders.h b/Engine/DefaultShaders.h
index 0ec67bfe0d..83c88b5ca2 100644
--- a/Engine/DefaultShaders.h
+++ b/Engine/DefaultShaders.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/DiskCacheNode.cpp b/Engine/DiskCacheNode.cpp
index c814084638..5b5e5692a5 100644
--- a/Engine/DiskCacheNode.cpp
+++ b/Engine/DiskCacheNode.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/DiskCacheNode.h b/Engine/DiskCacheNode.h
index 94656a3b9e..a96c72c34e 100644
--- a/Engine/DiskCacheNode.h
+++ b/Engine/DiskCacheNode.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/DockablePanelI.h b/Engine/DockablePanelI.h
index 68cd9013c7..d104719999 100644
--- a/Engine/DockablePanelI.h
+++ b/Engine/DockablePanelI.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Dot.cpp b/Engine/Dot.cpp
index 28babda335..3039042194 100644
--- a/Engine/Dot.cpp
+++ b/Engine/Dot.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Dot.h b/Engine/Dot.h
index 208c3c0787..8150fb8b44 100644
--- a/Engine/Dot.h
+++ b/Engine/Dot.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/EffectInstance.cpp b/Engine/EffectInstance.cpp
index 0399b1bd7e..c431355f71 100644
--- a/Engine/EffectInstance.cpp
+++ b/Engine/EffectInstance.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/EffectInstance.h b/Engine/EffectInstance.h
index 64291139a9..ae6a524f0e 100644
--- a/Engine/EffectInstance.h
+++ b/Engine/EffectInstance.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/EffectInstancePrivate.cpp b/Engine/EffectInstancePrivate.cpp
index 984e332ce8..6261b2a25f 100644
--- a/Engine/EffectInstancePrivate.cpp
+++ b/Engine/EffectInstancePrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/EffectInstancePrivate.h b/Engine/EffectInstancePrivate.h
index 5714fbddb4..71cc114593 100644
--- a/Engine/EffectInstancePrivate.h
+++ b/Engine/EffectInstancePrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/EffectInstanceRenderRoI.cpp b/Engine/EffectInstanceRenderRoI.cpp
index 1bf5fcdad3..d0e54721b6 100644
--- a/Engine/EffectInstanceRenderRoI.cpp
+++ b/Engine/EffectInstanceRenderRoI.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Engine.pro b/Engine/Engine.pro
index 0bbc7b6b3d..47d6f2c894 100644
--- a/Engine/Engine.pro
+++ b/Engine/Engine.pro
@@ -1,6 +1,6 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Natron ,
-# (C) 2018-2020 The Natron developers
+# (C) 2018-2021 The Natron developers
# (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
#
# Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/EngineFwd.h b/Engine/EngineFwd.h
index 738b15ce18..1f7c297d6c 100644
--- a/Engine/EngineFwd.h
+++ b/Engine/EngineFwd.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ExistenceCheckThread.cpp b/Engine/ExistenceCheckThread.cpp
index 908b7cdd07..90a5842e11 100644
--- a/Engine/ExistenceCheckThread.cpp
+++ b/Engine/ExistenceCheckThread.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ExistenceCheckThread.h b/Engine/ExistenceCheckThread.h
index a96f829e5a..f962a1b19c 100644
--- a/Engine/ExistenceCheckThread.h
+++ b/Engine/ExistenceCheckThread.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FeatherPoint.h b/Engine/FeatherPoint.h
index bc0a51ec59..08f96e893e 100644
--- a/Engine/FeatherPoint.h
+++ b/Engine/FeatherPoint.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FileDownloader.cpp b/Engine/FileDownloader.cpp
index e7b953a5b1..6d449f6fc8 100644
--- a/Engine/FileDownloader.cpp
+++ b/Engine/FileDownloader.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FileDownloader.h b/Engine/FileDownloader.h
index 0e7f65a1e9..f179757b12 100644
--- a/Engine/FileDownloader.h
+++ b/Engine/FileDownloader.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FileSystemModel.cpp b/Engine/FileSystemModel.cpp
index a952d4e8d5..9f873830b9 100644
--- a/Engine/FileSystemModel.cpp
+++ b/Engine/FileSystemModel.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FileSystemModel.h b/Engine/FileSystemModel.h
index 4b719cbda7..c24f5db213 100644
--- a/Engine/FileSystemModel.h
+++ b/Engine/FileSystemModel.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FitCurve.cpp b/Engine/FitCurve.cpp
index 44cb7cc508..2ef99df72e 100644
--- a/Engine/FitCurve.cpp
+++ b/Engine/FitCurve.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FitCurve.h b/Engine/FitCurve.h
index 7be8387e93..862b9e334c 100644
--- a/Engine/FitCurve.h
+++ b/Engine/FitCurve.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Format.h b/Engine/Format.h
index 7e61e8d41f..f6be123d13 100644
--- a/Engine/Format.h
+++ b/Engine/Format.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FormatSerialization.h b/Engine/FormatSerialization.h
index 20b37a97f0..3b1cec7ca3 100644
--- a/Engine/FormatSerialization.h
+++ b/Engine/FormatSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FrameEntry.cpp b/Engine/FrameEntry.cpp
index 50d387767d..bcd2af256d 100644
--- a/Engine/FrameEntry.cpp
+++ b/Engine/FrameEntry.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FrameEntry.h b/Engine/FrameEntry.h
index 37af83c9a0..37de50d745 100644
--- a/Engine/FrameEntry.h
+++ b/Engine/FrameEntry.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FrameEntrySerialization.h b/Engine/FrameEntrySerialization.h
index 1a5aec2c95..907f8f0bf3 100644
--- a/Engine/FrameEntrySerialization.h
+++ b/Engine/FrameEntrySerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FrameKey.cpp b/Engine/FrameKey.cpp
index 259f37f30b..045b2f6a7a 100644
--- a/Engine/FrameKey.cpp
+++ b/Engine/FrameKey.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FrameKey.h b/Engine/FrameKey.h
index 66e33df865..e15b0b05a0 100644
--- a/Engine/FrameKey.h
+++ b/Engine/FrameKey.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FrameParams.h b/Engine/FrameParams.h
index bbe6e9dd74..3fa8dafdff 100644
--- a/Engine/FrameParams.h
+++ b/Engine/FrameParams.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FrameParamsSerialization.cpp b/Engine/FrameParamsSerialization.cpp
index 1ad38dc1f8..ad969a9eef 100644
--- a/Engine/FrameParamsSerialization.cpp
+++ b/Engine/FrameParamsSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/FrameParamsSerialization.h b/Engine/FrameParamsSerialization.h
index 9c26db1bef..da139a4f07 100644
--- a/Engine/FrameParamsSerialization.h
+++ b/Engine/FrameParamsSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GLShader.cpp b/Engine/GLShader.cpp
index 611b4f3b0a..df70654657 100644
--- a/Engine/GLShader.cpp
+++ b/Engine/GLShader.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GLShader.h b/Engine/GLShader.h
index 945bca3c3f..9ebc8d404f 100644
--- a/Engine/GLShader.h
+++ b/Engine/GLShader.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GPUContextPool.cpp b/Engine/GPUContextPool.cpp
index 07acf07f83..b87a50a0ca 100644
--- a/Engine/GPUContextPool.cpp
+++ b/Engine/GPUContextPool.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GPUContextPool.h b/Engine/GPUContextPool.h
index 28cbc980f1..ebc44d9089 100644
--- a/Engine/GPUContextPool.h
+++ b/Engine/GPUContextPool.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GenericSchedulerThread.cpp b/Engine/GenericSchedulerThread.cpp
index e367b4f289..0fd05b26e8 100644
--- a/Engine/GenericSchedulerThread.cpp
+++ b/Engine/GenericSchedulerThread.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GenericSchedulerThread.h b/Engine/GenericSchedulerThread.h
index 4ce3b63b50..864397971b 100644
--- a/Engine/GenericSchedulerThread.h
+++ b/Engine/GenericSchedulerThread.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GenericSchedulerThreadWatcher.cpp b/Engine/GenericSchedulerThreadWatcher.cpp
index b1d9589406..748e40c27e 100644
--- a/Engine/GenericSchedulerThreadWatcher.cpp
+++ b/Engine/GenericSchedulerThreadWatcher.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GenericSchedulerThreadWatcher.h b/Engine/GenericSchedulerThreadWatcher.h
index dd19b14708..5abea177dd 100644
--- a/Engine/GenericSchedulerThreadWatcher.h
+++ b/Engine/GenericSchedulerThreadWatcher.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GroupInput.cpp b/Engine/GroupInput.cpp
index e82c4b876e..6f76763f91 100644
--- a/Engine/GroupInput.cpp
+++ b/Engine/GroupInput.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GroupInput.h b/Engine/GroupInput.h
index 0299f54c78..8d473cb072 100644
--- a/Engine/GroupInput.h
+++ b/Engine/GroupInput.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GroupOutput.cpp b/Engine/GroupOutput.cpp
index a9d4f2aaef..f28d046766 100644
--- a/Engine/GroupOutput.cpp
+++ b/Engine/GroupOutput.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/GroupOutput.h b/Engine/GroupOutput.h
index 0d94bf5207..e4e4c65787 100644
--- a/Engine/GroupOutput.h
+++ b/Engine/GroupOutput.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Hash64.cpp b/Engine/Hash64.cpp
index 492e2163a8..06fb2c465c 100644
--- a/Engine/Hash64.cpp
+++ b/Engine/Hash64.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Hash64.h b/Engine/Hash64.h
index 58419aa264..98ffac5e91 100644
--- a/Engine/Hash64.h
+++ b/Engine/Hash64.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/HistogramCPU.cpp b/Engine/HistogramCPU.cpp
index 68f3fcd401..9f118e647c 100644
--- a/Engine/HistogramCPU.cpp
+++ b/Engine/HistogramCPU.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/HistogramCPU.h b/Engine/HistogramCPU.h
index c0e0c286a3..dd62f49038 100644
--- a/Engine/HistogramCPU.h
+++ b/Engine/HistogramCPU.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/HostOverlaySupport.cpp b/Engine/HostOverlaySupport.cpp
index fc80247e09..be787ae00f 100644
--- a/Engine/HostOverlaySupport.cpp
+++ b/Engine/HostOverlaySupport.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/HostOverlaySupport.h b/Engine/HostOverlaySupport.h
index a17d30578f..b06e551047 100644
--- a/Engine/HostOverlaySupport.h
+++ b/Engine/HostOverlaySupport.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Image.cpp b/Engine/Image.cpp
index 0dc51e5909..4f6107f4f3 100644
--- a/Engine/Image.cpp
+++ b/Engine/Image.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Image.h b/Engine/Image.h
index b8838ec4f2..5b1c592176 100644
--- a/Engine/Image.h
+++ b/Engine/Image.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImageConvert.cpp b/Engine/ImageConvert.cpp
index ac3e4e457e..5dc00efd58 100644
--- a/Engine/ImageConvert.cpp
+++ b/Engine/ImageConvert.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImageCopyChannels.cpp b/Engine/ImageCopyChannels.cpp
index 19fe8f8150..6d1681afae 100644
--- a/Engine/ImageCopyChannels.cpp
+++ b/Engine/ImageCopyChannels.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImageKey.cpp b/Engine/ImageKey.cpp
index 03f9396a92..5d24a88d5d 100644
--- a/Engine/ImageKey.cpp
+++ b/Engine/ImageKey.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImageKey.h b/Engine/ImageKey.h
index 1c2b58a767..bbf946ac50 100644
--- a/Engine/ImageKey.h
+++ b/Engine/ImageKey.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImageLocker.h b/Engine/ImageLocker.h
index 32d9845bda..819b37b519 100644
--- a/Engine/ImageLocker.h
+++ b/Engine/ImageLocker.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImageMaskMix.cpp b/Engine/ImageMaskMix.cpp
index 7054fa2866..a9e6d157fe 100644
--- a/Engine/ImageMaskMix.cpp
+++ b/Engine/ImageMaskMix.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImageParams.h b/Engine/ImageParams.h
index 86a14dd783..e6f794ab17 100644
--- a/Engine/ImageParams.h
+++ b/Engine/ImageParams.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImageParamsSerialization.cpp b/Engine/ImageParamsSerialization.cpp
index e123cfd368..f71a085cac 100644
--- a/Engine/ImageParamsSerialization.cpp
+++ b/Engine/ImageParamsSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImageParamsSerialization.h b/Engine/ImageParamsSerialization.h
index be905035c6..2c4347ab8f 100644
--- a/Engine/ImageParamsSerialization.h
+++ b/Engine/ImageParamsSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImagePlaneDesc.cpp b/Engine/ImagePlaneDesc.cpp
index 8c9d11b48b..017a011d1b 100644
--- a/Engine/ImagePlaneDesc.cpp
+++ b/Engine/ImagePlaneDesc.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImagePlaneDesc.h b/Engine/ImagePlaneDesc.h
index 267b009a35..559207970f 100644
--- a/Engine/ImagePlaneDesc.h
+++ b/Engine/ImagePlaneDesc.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ImageSerialization.h b/Engine/ImageSerialization.h
index 7fa3fdae54..e19fd9d3f8 100644
--- a/Engine/ImageSerialization.h
+++ b/Engine/ImageSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Interpolation.cpp b/Engine/Interpolation.cpp
index de5a8408c2..6c2eee33df 100644
--- a/Engine/Interpolation.cpp
+++ b/Engine/Interpolation.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Interpolation.h b/Engine/Interpolation.h
index ed7114e500..aabd4eb676 100644
--- a/Engine/Interpolation.h
+++ b/Engine/Interpolation.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/JoinViewsNode.cpp b/Engine/JoinViewsNode.cpp
index d421455f9b..bc9cf65bf0 100644
--- a/Engine/JoinViewsNode.cpp
+++ b/Engine/JoinViewsNode.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/JoinViewsNode.h b/Engine/JoinViewsNode.h
index e5ba8a30f0..64f659c82d 100644
--- a/Engine/JoinViewsNode.h
+++ b/Engine/JoinViewsNode.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KeyHelper.h b/Engine/KeyHelper.h
index fc0c8d9271..70dc1bfd92 100644
--- a/Engine/KeyHelper.h
+++ b/Engine/KeyHelper.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Knob.cpp b/Engine/Knob.cpp
index 5ddded7311..310f50fd73 100644
--- a/Engine/Knob.cpp
+++ b/Engine/Knob.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Knob.h b/Engine/Knob.h
index dc59d749ee..6a0c325a9b 100644
--- a/Engine/Knob.h
+++ b/Engine/Knob.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KnobFactory.cpp b/Engine/KnobFactory.cpp
index 0322c7082b..55a93d324e 100644
--- a/Engine/KnobFactory.cpp
+++ b/Engine/KnobFactory.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KnobFactory.h b/Engine/KnobFactory.h
index bd48baab77..9c7d75377d 100644
--- a/Engine/KnobFactory.h
+++ b/Engine/KnobFactory.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KnobFile.cpp b/Engine/KnobFile.cpp
index 23ad44d6b3..3f245e3859 100644
--- a/Engine/KnobFile.cpp
+++ b/Engine/KnobFile.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KnobFile.h b/Engine/KnobFile.h
index b1c5e80e41..b6eaae8fde 100644
--- a/Engine/KnobFile.h
+++ b/Engine/KnobFile.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KnobGuiI.h b/Engine/KnobGuiI.h
index 8065091af4..3b278ba6e1 100644
--- a/Engine/KnobGuiI.h
+++ b/Engine/KnobGuiI.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KnobImpl.h b/Engine/KnobImpl.h
index d7113257a6..4440eee798 100644
--- a/Engine/KnobImpl.h
+++ b/Engine/KnobImpl.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KnobSerialization.cpp b/Engine/KnobSerialization.cpp
index 89812ccb87..f6262ec685 100644
--- a/Engine/KnobSerialization.cpp
+++ b/Engine/KnobSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KnobSerialization.h b/Engine/KnobSerialization.h
index 0c445ed9a3..48ef9af4db 100644
--- a/Engine/KnobSerialization.h
+++ b/Engine/KnobSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KnobTypes.cpp b/Engine/KnobTypes.cpp
index 906e76025e..b7ef99f96c 100644
--- a/Engine/KnobTypes.cpp
+++ b/Engine/KnobTypes.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/KnobTypes.h b/Engine/KnobTypes.h
index c6d1bcd4c7..2f1fb98a41 100644
--- a/Engine/KnobTypes.h
+++ b/Engine/KnobTypes.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/LRUHashTable.h b/Engine/LRUHashTable.h
index 53f1e44de3..c6ccf870a4 100644
--- a/Engine/LRUHashTable.h
+++ b/Engine/LRUHashTable.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/LibraryBinary.cpp b/Engine/LibraryBinary.cpp
index ed54ed7e99..839f5581ac 100644
--- a/Engine/LibraryBinary.cpp
+++ b/Engine/LibraryBinary.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/LibraryBinary.h b/Engine/LibraryBinary.h
index bda1a7d724..f150f6c0bd 100644
--- a/Engine/LibraryBinary.h
+++ b/Engine/LibraryBinary.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Log.cpp b/Engine/Log.cpp
index d029c4a69f..b7d14cce86 100644
--- a/Engine/Log.cpp
+++ b/Engine/Log.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Log.h b/Engine/Log.h
index e7ed9a78cd..29ac903130 100644
--- a/Engine/Log.h
+++ b/Engine/Log.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/LogEntry.h b/Engine/LogEntry.h
index 412bd1a1a2..85a4b2eadd 100644
--- a/Engine/LogEntry.h
+++ b/Engine/LogEntry.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Lut.cpp b/Engine/Lut.cpp
index 538fd36e83..75e7b792a8 100644
--- a/Engine/Lut.cpp
+++ b/Engine/Lut.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Lut.h b/Engine/Lut.h
index 184ce6f7fd..c9482b4726 100644
--- a/Engine/Lut.h
+++ b/Engine/Lut.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Markdown.cpp b/Engine/Markdown.cpp
index 902c4f7058..8c3f664ff3 100644
--- a/Engine/Markdown.cpp
+++ b/Engine/Markdown.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Markdown.h b/Engine/Markdown.h
index 23b75a9873..025c95b20e 100644
--- a/Engine/Markdown.h
+++ b/Engine/Markdown.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/MemoryFile.cpp b/Engine/MemoryFile.cpp
index fc8925fa72..e220106031 100644
--- a/Engine/MemoryFile.cpp
+++ b/Engine/MemoryFile.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/MemoryFile.h b/Engine/MemoryFile.h
index cbdb931e9f..f583e6fb49 100644
--- a/Engine/MemoryFile.h
+++ b/Engine/MemoryFile.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/MemoryInfo.cpp b/Engine/MemoryInfo.cpp
index 5225aa93ed..011a286d99 100644
--- a/Engine/MemoryInfo.cpp
+++ b/Engine/MemoryInfo.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/MemoryInfo.h b/Engine/MemoryInfo.h
index f5333219a2..6159a96565 100644
--- a/Engine/MemoryInfo.h
+++ b/Engine/MemoryInfo.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/MergingEnum.h b/Engine/MergingEnum.h
index 566eac4edc..422bea6b14 100644
--- a/Engine/MergingEnum.h
+++ b/Engine/MergingEnum.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NoOpBase.cpp b/Engine/NoOpBase.cpp
index 2f243ce5ec..6eb962d15b 100644
--- a/Engine/NoOpBase.cpp
+++ b/Engine/NoOpBase.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NoOpBase.h b/Engine/NoOpBase.h
index c1530007ae..050539a493 100644
--- a/Engine/NoOpBase.h
+++ b/Engine/NoOpBase.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Node.cpp b/Engine/Node.cpp
index c821eba2b3..cd8a4c5d1a 100644
--- a/Engine/Node.cpp
+++ b/Engine/Node.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Node.h b/Engine/Node.h
index 1765956e6f..8734032982 100644
--- a/Engine/Node.h
+++ b/Engine/Node.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeDocumentation.cpp b/Engine/NodeDocumentation.cpp
index 822389ab02..4d30c54bcb 100644
--- a/Engine/NodeDocumentation.cpp
+++ b/Engine/NodeDocumentation.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
@@ -567,7 +567,7 @@ Node::makeDocumentation(bool genHTML) const
"
\n"
"\n"
"
\n"
- "© Copyright 2013-2020 The Natron documentation authors, licensed under CC BY-SA 4.0\n"
+ "© Copyright 2013-2021 The Natron documentation authors, licensed under CC BY-SA 4.0\n"
"
\n"
"
\n"
"Built with Sphinx using a theme provided by Read the Docs.\n"
diff --git a/Engine/NodeGraphI.h b/Engine/NodeGraphI.h
index 2198f9d20b..a511fc643b 100644
--- a/Engine/NodeGraphI.h
+++ b/Engine/NodeGraphI.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeGroup.cpp b/Engine/NodeGroup.cpp
index ceb00535b9..3d52da7e14 100644
--- a/Engine/NodeGroup.cpp
+++ b/Engine/NodeGroup.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeGroup.h b/Engine/NodeGroup.h
index f94aa689d3..3e2986942a 100644
--- a/Engine/NodeGroup.h
+++ b/Engine/NodeGroup.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeGroupSerialization.cpp b/Engine/NodeGroupSerialization.cpp
index 139e3271eb..58e1f784d3 100644
--- a/Engine/NodeGroupSerialization.cpp
+++ b/Engine/NodeGroupSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeGroupSerialization.h b/Engine/NodeGroupSerialization.h
index f071661a60..2abce65949 100644
--- a/Engine/NodeGroupSerialization.h
+++ b/Engine/NodeGroupSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeGuiI.h b/Engine/NodeGuiI.h
index d675486e9d..0d9b9faa42 100644
--- a/Engine/NodeGuiI.h
+++ b/Engine/NodeGuiI.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeInputs.cpp b/Engine/NodeInputs.cpp
index 775bfd643e..4ea2127ce2 100644
--- a/Engine/NodeInputs.cpp
+++ b/Engine/NodeInputs.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeMain.cpp b/Engine/NodeMain.cpp
index 73a7cf2f00..8d3f3fe57e 100644
--- a/Engine/NodeMain.cpp
+++ b/Engine/NodeMain.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeMetadata.cpp b/Engine/NodeMetadata.cpp
index f2c8175f69..681a09c958 100644
--- a/Engine/NodeMetadata.cpp
+++ b/Engine/NodeMetadata.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeMetadata.h b/Engine/NodeMetadata.h
index 874de6d264..8d1e36a305 100644
--- a/Engine/NodeMetadata.h
+++ b/Engine/NodeMetadata.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeName.cpp b/Engine/NodeName.cpp
index 89723afed1..bd166877b8 100644
--- a/Engine/NodeName.cpp
+++ b/Engine/NodeName.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeOverlay.cpp b/Engine/NodeOverlay.cpp
index 281e03108c..3abb767732 100644
--- a/Engine/NodeOverlay.cpp
+++ b/Engine/NodeOverlay.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodePrivate.h b/Engine/NodePrivate.h
index b4ca783ab4..101e069159 100644
--- a/Engine/NodePrivate.h
+++ b/Engine/NodePrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeSerialization.cpp b/Engine/NodeSerialization.cpp
index 4c2bc9b496..16bb9677cc 100644
--- a/Engine/NodeSerialization.cpp
+++ b/Engine/NodeSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NodeSerialization.h b/Engine/NodeSerialization.h
index 189b17c0cf..c0b0fb54c1 100644
--- a/Engine/NodeSerialization.h
+++ b/Engine/NodeSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NonKeyParams.cpp b/Engine/NonKeyParams.cpp
index 0cd8fff2ce..f1dc7b626f 100644
--- a/Engine/NonKeyParams.cpp
+++ b/Engine/NonKeyParams.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NonKeyParams.h b/Engine/NonKeyParams.h
index 21b89e7db1..9058cdb9f9 100644
--- a/Engine/NonKeyParams.h
+++ b/Engine/NonKeyParams.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NonKeyParamsSerialization.cpp b/Engine/NonKeyParamsSerialization.cpp
index 92122566ad..c0d902584f 100644
--- a/Engine/NonKeyParamsSerialization.cpp
+++ b/Engine/NonKeyParamsSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/NonKeyParamsSerialization.h b/Engine/NonKeyParamsSerialization.h
index f0c87619ce..5731ac19c2 100644
--- a/Engine/NonKeyParamsSerialization.h
+++ b/Engine/NonKeyParamsSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OSGLContext.cpp b/Engine/OSGLContext.cpp
index 839fadc06f..71f7bcc117 100644
--- a/Engine/OSGLContext.cpp
+++ b/Engine/OSGLContext.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OSGLContext.h b/Engine/OSGLContext.h
index fea3bb9344..0a614765a9 100644
--- a/Engine/OSGLContext.h
+++ b/Engine/OSGLContext.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OSGLContext_mac.cpp b/Engine/OSGLContext_mac.cpp
index acb022d356..81023b009b 100644
--- a/Engine/OSGLContext_mac.cpp
+++ b/Engine/OSGLContext_mac.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OSGLContext_mac.h b/Engine/OSGLContext_mac.h
index fb543537a8..41295c0088 100644
--- a/Engine/OSGLContext_mac.h
+++ b/Engine/OSGLContext_mac.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OSGLContext_win.cpp b/Engine/OSGLContext_win.cpp
index 1f6426b7c2..d4ddb22750 100644
--- a/Engine/OSGLContext_win.cpp
+++ b/Engine/OSGLContext_win.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OSGLContext_win.h b/Engine/OSGLContext_win.h
index 33eae8a1e4..b182ffc66e 100644
--- a/Engine/OSGLContext_win.h
+++ b/Engine/OSGLContext_win.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OSGLContext_x11.cpp b/Engine/OSGLContext_x11.cpp
index e9af82b5bb..da5cb0f106 100644
--- a/Engine/OSGLContext_x11.cpp
+++ b/Engine/OSGLContext_x11.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OSGLContext_x11.h b/Engine/OSGLContext_x11.h
index e469ce1917..ab3b287e91 100644
--- a/Engine/OSGLContext_x11.h
+++ b/Engine/OSGLContext_x11.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxClipInstance.cpp b/Engine/OfxClipInstance.cpp
index 39eb9c8731..e8e8a2289d 100644
--- a/Engine/OfxClipInstance.cpp
+++ b/Engine/OfxClipInstance.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxClipInstance.h b/Engine/OfxClipInstance.h
index 871a9d2f12..400a971adb 100644
--- a/Engine/OfxClipInstance.h
+++ b/Engine/OfxClipInstance.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxEffectInstance.cpp b/Engine/OfxEffectInstance.cpp
index 9b36e171d2..67e72db2ea 100644
--- a/Engine/OfxEffectInstance.cpp
+++ b/Engine/OfxEffectInstance.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxEffectInstance.h b/Engine/OfxEffectInstance.h
index 17dea2d2e9..82adf4b966 100644
--- a/Engine/OfxEffectInstance.h
+++ b/Engine/OfxEffectInstance.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxHost.cpp b/Engine/OfxHost.cpp
index 62c9c757af..861257e7ae 100644
--- a/Engine/OfxHost.cpp
+++ b/Engine/OfxHost.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxHost.h b/Engine/OfxHost.h
index 54f980f100..964f96576d 100644
--- a/Engine/OfxHost.h
+++ b/Engine/OfxHost.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxImageEffectInstance.cpp b/Engine/OfxImageEffectInstance.cpp
index d32fc9c852..87cb2845f1 100644
--- a/Engine/OfxImageEffectInstance.cpp
+++ b/Engine/OfxImageEffectInstance.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxImageEffectInstance.h b/Engine/OfxImageEffectInstance.h
index f6dea9bbd3..e05619c94f 100644
--- a/Engine/OfxImageEffectInstance.h
+++ b/Engine/OfxImageEffectInstance.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxMemory.cpp b/Engine/OfxMemory.cpp
index 55c480ef74..d10a7fb9e6 100644
--- a/Engine/OfxMemory.cpp
+++ b/Engine/OfxMemory.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxMemory.h b/Engine/OfxMemory.h
index 583056cd5f..e36aed4faf 100644
--- a/Engine/OfxMemory.h
+++ b/Engine/OfxMemory.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxOverlayInteract.cpp b/Engine/OfxOverlayInteract.cpp
index 6144591383..6638da2eba 100644
--- a/Engine/OfxOverlayInteract.cpp
+++ b/Engine/OfxOverlayInteract.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxOverlayInteract.h b/Engine/OfxOverlayInteract.h
index 8f940075b4..5741553224 100644
--- a/Engine/OfxOverlayInteract.h
+++ b/Engine/OfxOverlayInteract.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxParamInstance.cpp b/Engine/OfxParamInstance.cpp
index 48b4b3cdcf..607cb3bb96 100644
--- a/Engine/OfxParamInstance.cpp
+++ b/Engine/OfxParamInstance.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OfxParamInstance.h b/Engine/OfxParamInstance.h
index 3e4fe3ea92..6ae9f85d79 100644
--- a/Engine/OfxParamInstance.h
+++ b/Engine/OfxParamInstance.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OneViewNode.cpp b/Engine/OneViewNode.cpp
index d7825c0cae..4d17cef244 100644
--- a/Engine/OneViewNode.cpp
+++ b/Engine/OneViewNode.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OneViewNode.h b/Engine/OneViewNode.h
index 53a1079ad8..68a890f0ab 100644
--- a/Engine/OneViewNode.h
+++ b/Engine/OneViewNode.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OpenGLViewerI.h b/Engine/OpenGLViewerI.h
index 4a36f3c093..8a7f8b149c 100644
--- a/Engine/OpenGLViewerI.h
+++ b/Engine/OpenGLViewerI.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OutputEffectInstance.cpp b/Engine/OutputEffectInstance.cpp
index b3b8992fd4..9797fe87fc 100644
--- a/Engine/OutputEffectInstance.cpp
+++ b/Engine/OutputEffectInstance.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OutputEffectInstance.h b/Engine/OutputEffectInstance.h
index 92ae06add3..6e3dcb405f 100644
--- a/Engine/OutputEffectInstance.h
+++ b/Engine/OutputEffectInstance.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OutputSchedulerThread.cpp b/Engine/OutputSchedulerThread.cpp
index 4dc52e5319..223acd1ae7 100644
--- a/Engine/OutputSchedulerThread.cpp
+++ b/Engine/OutputSchedulerThread.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OutputSchedulerThread.h b/Engine/OutputSchedulerThread.h
index 03994f6e75..bccbdd72ef 100644
--- a/Engine/OutputSchedulerThread.h
+++ b/Engine/OutputSchedulerThread.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/OverlaySupport.h b/Engine/OverlaySupport.h
index dec92c5289..f9903bb89b 100644
--- a/Engine/OverlaySupport.h
+++ b/Engine/OverlaySupport.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ParallelRenderArgs.cpp b/Engine/ParallelRenderArgs.cpp
index de399523b2..5fcf19e5a4 100644
--- a/Engine/ParallelRenderArgs.cpp
+++ b/Engine/ParallelRenderArgs.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ParallelRenderArgs.h b/Engine/ParallelRenderArgs.h
index 451405db00..d895d8d65b 100644
--- a/Engine/ParallelRenderArgs.h
+++ b/Engine/ParallelRenderArgs.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Plugin.cpp b/Engine/Plugin.cpp
index ee6f93d74d..7b7cc71563 100644
--- a/Engine/Plugin.cpp
+++ b/Engine/Plugin.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Plugin.h b/Engine/Plugin.h
index 42119f8e82..a7a1f54b74 100644
--- a/Engine/Plugin.h
+++ b/Engine/Plugin.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PluginActionShortcut.h b/Engine/PluginActionShortcut.h
index 8ea22abd11..b71dd0aa18 100644
--- a/Engine/PluginActionShortcut.h
+++ b/Engine/PluginActionShortcut.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PluginMemory.cpp b/Engine/PluginMemory.cpp
index 9a6f74d026..564f1fbca7 100644
--- a/Engine/PluginMemory.cpp
+++ b/Engine/PluginMemory.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PluginMemory.h b/Engine/PluginMemory.h
index 604d554a18..fa695d6522 100644
--- a/Engine/PluginMemory.h
+++ b/Engine/PluginMemory.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PrecompNode.cpp b/Engine/PrecompNode.cpp
index eb3a214b50..ee5c4a92cd 100644
--- a/Engine/PrecompNode.cpp
+++ b/Engine/PrecompNode.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PrecompNode.h b/Engine/PrecompNode.h
index 84b7b00c44..af3ae426cd 100644
--- a/Engine/PrecompNode.h
+++ b/Engine/PrecompNode.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ProcessHandler.cpp b/Engine/ProcessHandler.cpp
index 94c14061cc..bcd534d949 100644
--- a/Engine/ProcessHandler.cpp
+++ b/Engine/ProcessHandler.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ProcessHandler.h b/Engine/ProcessHandler.h
index d50bb8c2d3..4e7fd470a4 100644
--- a/Engine/ProcessHandler.h
+++ b/Engine/ProcessHandler.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Project.cpp b/Engine/Project.cpp
index e6647fb61e..67f0f0d0bf 100644
--- a/Engine/Project.cpp
+++ b/Engine/Project.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Project.h b/Engine/Project.h
index 1dce5217c6..17c00a956a 100644
--- a/Engine/Project.h
+++ b/Engine/Project.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ProjectPrivate.cpp b/Engine/ProjectPrivate.cpp
index 7fe7cdaddc..1f42f1c95d 100644
--- a/Engine/ProjectPrivate.cpp
+++ b/Engine/ProjectPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ProjectPrivate.h b/Engine/ProjectPrivate.h
index dd3744039b..baddf5e65e 100644
--- a/Engine/ProjectPrivate.h
+++ b/Engine/ProjectPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ProjectSerialization.cpp b/Engine/ProjectSerialization.cpp
index 84005d53f8..c445e6479a 100644
--- a/Engine/ProjectSerialization.cpp
+++ b/Engine/ProjectSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ProjectSerialization.h b/Engine/ProjectSerialization.h
index 4529ce4f79..1d7f7a3b7a 100644
--- a/Engine/ProjectSerialization.h
+++ b/Engine/ProjectSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyAppInstance.cpp b/Engine/PyAppInstance.cpp
index eb80572641..96773c9500 100644
--- a/Engine/PyAppInstance.cpp
+++ b/Engine/PyAppInstance.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyAppInstance.h b/Engine/PyAppInstance.h
index 7338b885d9..4b91116990 100644
--- a/Engine/PyAppInstance.h
+++ b/Engine/PyAppInstance.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyExprUtils.cpp b/Engine/PyExprUtils.cpp
index 1322ceac79..718b39d779 100644
--- a/Engine/PyExprUtils.cpp
+++ b/Engine/PyExprUtils.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyExprUtils.h b/Engine/PyExprUtils.h
index 3a7a762c4d..998ed0d2ff 100644
--- a/Engine/PyExprUtils.h
+++ b/Engine/PyExprUtils.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyGlobalFunctions.h b/Engine/PyGlobalFunctions.h
index e39bb7c362..1aef052ac4 100644
--- a/Engine/PyGlobalFunctions.h
+++ b/Engine/PyGlobalFunctions.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyNode.cpp b/Engine/PyNode.cpp
index 319cf2e1db..8e533577d4 100644
--- a/Engine/PyNode.cpp
+++ b/Engine/PyNode.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyNode.h b/Engine/PyNode.h
index 107fb954a0..cfadcc19a5 100644
--- a/Engine/PyNode.h
+++ b/Engine/PyNode.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyNodeGroup.cpp b/Engine/PyNodeGroup.cpp
index 39cd863315..8405f32cb7 100644
--- a/Engine/PyNodeGroup.cpp
+++ b/Engine/PyNodeGroup.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyNodeGroup.h b/Engine/PyNodeGroup.h
index d301c7cb03..4b128f68b9 100644
--- a/Engine/PyNodeGroup.h
+++ b/Engine/PyNodeGroup.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyParameter.cpp b/Engine/PyParameter.cpp
index 8960ddde1f..04704fb2b3 100644
--- a/Engine/PyParameter.cpp
+++ b/Engine/PyParameter.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyParameter.h b/Engine/PyParameter.h
index 378555da40..e95c0cff11 100644
--- a/Engine/PyParameter.h
+++ b/Engine/PyParameter.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyRoto.cpp b/Engine/PyRoto.cpp
index 8d85bc5e3c..40b467cc15 100644
--- a/Engine/PyRoto.cpp
+++ b/Engine/PyRoto.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyRoto.h b/Engine/PyRoto.h
index 5fc26450a3..17c21483bd 100644
--- a/Engine/PyRoto.h
+++ b/Engine/PyRoto.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PySideCompat.cpp b/Engine/PySideCompat.cpp
index a4dee789e4..0877733ebe 100644
--- a/Engine/PySideCompat.cpp
+++ b/Engine/PySideCompat.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyTracker.cpp b/Engine/PyTracker.cpp
index 5ec94dc1e5..27e4bb726c 100644
--- a/Engine/PyTracker.cpp
+++ b/Engine/PyTracker.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/PyTracker.h b/Engine/PyTracker.h
index 1a8d04e48c..76c1702358 100644
--- a/Engine/PyTracker.h
+++ b/Engine/PyTracker.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Pyside_Engine_Python.h b/Engine/Pyside_Engine_Python.h
index 34707c2353..2193eea4a2 100644
--- a/Engine/Pyside_Engine_Python.h
+++ b/Engine/Pyside_Engine_Python.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/QUrlFix.mm b/Engine/QUrlFix.mm
index 1b9e3facb0..1145dd68fb 100644
--- a/Engine/QUrlFix.mm
+++ b/Engine/QUrlFix.mm
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ReadNode.cpp b/Engine/ReadNode.cpp
index 8dd4faac36..7cac9e145a 100644
--- a/Engine/ReadNode.cpp
+++ b/Engine/ReadNode.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ReadNode.h b/Engine/ReadNode.h
index bcade34436..a06abc3c7d 100644
--- a/Engine/ReadNode.h
+++ b/Engine/ReadNode.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RectD.cpp b/Engine/RectD.cpp
index c681d69968..7454c8fb7f 100644
--- a/Engine/RectD.cpp
+++ b/Engine/RectD.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RectD.h b/Engine/RectD.h
index 0b7cdc7096..aa7f4ebd00 100644
--- a/Engine/RectD.h
+++ b/Engine/RectD.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RectDSerialization.h b/Engine/RectDSerialization.h
index fe7e7e9ecc..9b708f40df 100644
--- a/Engine/RectDSerialization.h
+++ b/Engine/RectDSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RectI.cpp b/Engine/RectI.cpp
index 2d953bdd8e..f905fb72c1 100644
--- a/Engine/RectI.cpp
+++ b/Engine/RectI.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RectI.h b/Engine/RectI.h
index e07135e661..2ed5d7a799 100644
--- a/Engine/RectI.h
+++ b/Engine/RectI.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RectISerialization.h b/Engine/RectISerialization.h
index 5c7d77bd71..3af91524de 100644
--- a/Engine/RectISerialization.h
+++ b/Engine/RectISerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RenderStats.cpp b/Engine/RenderStats.cpp
index f9efb3e56f..746b87a004 100644
--- a/Engine/RenderStats.cpp
+++ b/Engine/RenderStats.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RenderStats.h b/Engine/RenderStats.h
index 22426579c1..e5e5b7042c 100644
--- a/Engine/RenderStats.h
+++ b/Engine/RenderStats.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoContext.cpp b/Engine/RotoContext.cpp
index f982ec1a4e..3c574836b0 100644
--- a/Engine/RotoContext.cpp
+++ b/Engine/RotoContext.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoContext.h b/Engine/RotoContext.h
index c369247866..fe5f48b30d 100644
--- a/Engine/RotoContext.h
+++ b/Engine/RotoContext.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoContextPrivate.h b/Engine/RotoContextPrivate.h
index 41c2c50ca4..b3d0e35c40 100644
--- a/Engine/RotoContextPrivate.h
+++ b/Engine/RotoContextPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoContextSerialization.h b/Engine/RotoContextSerialization.h
index 3c80feec79..f06eeddc20 100644
--- a/Engine/RotoContextSerialization.h
+++ b/Engine/RotoContextSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoDrawableItem.cpp b/Engine/RotoDrawableItem.cpp
index 9383d900dc..21e83853f7 100644
--- a/Engine/RotoDrawableItem.cpp
+++ b/Engine/RotoDrawableItem.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoDrawableItem.h b/Engine/RotoDrawableItem.h
index 61b18401bc..f52716b800 100644
--- a/Engine/RotoDrawableItem.h
+++ b/Engine/RotoDrawableItem.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoDrawableItemSerialization.h b/Engine/RotoDrawableItemSerialization.h
index 6913845a61..9463f5c01e 100644
--- a/Engine/RotoDrawableItemSerialization.h
+++ b/Engine/RotoDrawableItemSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoItem.cpp b/Engine/RotoItem.cpp
index 3a0092bbc7..a8aa606b33 100644
--- a/Engine/RotoItem.cpp
+++ b/Engine/RotoItem.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoItem.h b/Engine/RotoItem.h
index e62b8d435b..8ac1f1710d 100644
--- a/Engine/RotoItem.h
+++ b/Engine/RotoItem.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoItemSerialization.h b/Engine/RotoItemSerialization.h
index c9de19c28d..3816f3f628 100644
--- a/Engine/RotoItemSerialization.h
+++ b/Engine/RotoItemSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoLayer.cpp b/Engine/RotoLayer.cpp
index 06023d81c1..bdf961040d 100644
--- a/Engine/RotoLayer.cpp
+++ b/Engine/RotoLayer.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoLayer.h b/Engine/RotoLayer.h
index 696755a030..4e13a935ee 100644
--- a/Engine/RotoLayer.h
+++ b/Engine/RotoLayer.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoLayerSerialization.h b/Engine/RotoLayerSerialization.h
index ea10d95064..f3c2dca23f 100644
--- a/Engine/RotoLayerSerialization.h
+++ b/Engine/RotoLayerSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoPaint.cpp b/Engine/RotoPaint.cpp
index e7883f1894..d789753b1b 100644
--- a/Engine/RotoPaint.cpp
+++ b/Engine/RotoPaint.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoPaint.h b/Engine/RotoPaint.h
index 1204e289a1..fc07f06df9 100644
--- a/Engine/RotoPaint.h
+++ b/Engine/RotoPaint.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoPaintInteract.cpp b/Engine/RotoPaintInteract.cpp
index c32ff0c233..b158169979 100644
--- a/Engine/RotoPaintInteract.cpp
+++ b/Engine/RotoPaintInteract.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoPaintInteract.h b/Engine/RotoPaintInteract.h
index c2010058bc..def8f3e2ef 100644
--- a/Engine/RotoPaintInteract.h
+++ b/Engine/RotoPaintInteract.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoPoint.h b/Engine/RotoPoint.h
index ceb6ac538a..3fa883565a 100644
--- a/Engine/RotoPoint.h
+++ b/Engine/RotoPoint.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoSmear.cpp b/Engine/RotoSmear.cpp
index 3031ce800e..36f3e1760c 100644
--- a/Engine/RotoSmear.cpp
+++ b/Engine/RotoSmear.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoSmear.h b/Engine/RotoSmear.h
index 595cb5a6c3..e5b8808f6b 100644
--- a/Engine/RotoSmear.h
+++ b/Engine/RotoSmear.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoStrokeItem.cpp b/Engine/RotoStrokeItem.cpp
index aa70af5d92..9f72d57733 100644
--- a/Engine/RotoStrokeItem.cpp
+++ b/Engine/RotoStrokeItem.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoStrokeItem.h b/Engine/RotoStrokeItem.h
index 37850f4175..0110c0b0ad 100644
--- a/Engine/RotoStrokeItem.h
+++ b/Engine/RotoStrokeItem.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoStrokeItemSerialization.h b/Engine/RotoStrokeItemSerialization.h
index a76dbeeea3..6760c3a1f3 100644
--- a/Engine/RotoStrokeItemSerialization.h
+++ b/Engine/RotoStrokeItemSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoUndoCommand.cpp b/Engine/RotoUndoCommand.cpp
index e01c94ee2a..2063df6197 100644
--- a/Engine/RotoUndoCommand.cpp
+++ b/Engine/RotoUndoCommand.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/RotoUndoCommand.h b/Engine/RotoUndoCommand.h
index 416b04f32d..a0f11224c1 100644
--- a/Engine/RotoUndoCommand.h
+++ b/Engine/RotoUndoCommand.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ScriptObject.cpp b/Engine/ScriptObject.cpp
index 3ff6606032..a84149acfc 100644
--- a/Engine/ScriptObject.cpp
+++ b/Engine/ScriptObject.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ScriptObject.h b/Engine/ScriptObject.h
index 3769b85982..5cf6ed006b 100644
--- a/Engine/ScriptObject.h
+++ b/Engine/ScriptObject.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Settings.cpp b/Engine/Settings.cpp
index 41e030b7cc..41f85e448c 100644
--- a/Engine/Settings.cpp
+++ b/Engine/Settings.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
@@ -2738,7 +2738,7 @@ Settings::makeHTMLDocumentation(bool genHTML) const
"
\n"
"\n"
"
\n"
- "© Copyright 2013-2020 The Natron documentation authors, licensed under CC BY-SA 4.0\n"
+ "© Copyright 2013-2021 The Natron documentation authors, licensed under CC BY-SA 4.0\n"
"
\n"
"
\n"
"Built with Sphinx using a theme provided by Read the Docs.\n"
diff --git a/Engine/Settings.h b/Engine/Settings.h
index d3689d5621..10d1ff9006 100644
--- a/Engine/Settings.h
+++ b/Engine/Settings.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Singleton.h b/Engine/Singleton.h
index 70d5e5a7fc..83b9dac98a 100644
--- a/Engine/Singleton.h
+++ b/Engine/Singleton.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Smooth1D.cpp b/Engine/Smooth1D.cpp
index c7c54e0ada..2697cd9d0f 100644
--- a/Engine/Smooth1D.cpp
+++ b/Engine/Smooth1D.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Smooth1D.h b/Engine/Smooth1D.h
index f461493731..45ea3f4731 100644
--- a/Engine/Smooth1D.h
+++ b/Engine/Smooth1D.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/StandardPaths.cpp b/Engine/StandardPaths.cpp
index 213b0fdb48..f68814f50b 100644
--- a/Engine/StandardPaths.cpp
+++ b/Engine/StandardPaths.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/StandardPaths.h b/Engine/StandardPaths.h
index 889962da10..a1ebbf2e3c 100644
--- a/Engine/StandardPaths.h
+++ b/Engine/StandardPaths.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/StringAnimationManager.cpp b/Engine/StringAnimationManager.cpp
index ddbf46bd39..b38eb0b785 100644
--- a/Engine/StringAnimationManager.cpp
+++ b/Engine/StringAnimationManager.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/StringAnimationManager.h b/Engine/StringAnimationManager.h
index 5f209318c8..b40c5da613 100644
--- a/Engine/StringAnimationManager.h
+++ b/Engine/StringAnimationManager.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TLSHolder.cpp b/Engine/TLSHolder.cpp
index cb4bb166e6..22b045220f 100644
--- a/Engine/TLSHolder.cpp
+++ b/Engine/TLSHolder.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TLSHolder.h b/Engine/TLSHolder.h
index 928de15104..57c9f64a7a 100644
--- a/Engine/TLSHolder.h
+++ b/Engine/TLSHolder.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TLSHolderImpl.h b/Engine/TLSHolderImpl.h
index 6a7f8122fd..4f34ee3398 100644
--- a/Engine/TLSHolderImpl.h
+++ b/Engine/TLSHolderImpl.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Texture.cpp b/Engine/Texture.cpp
index cc40678c22..5ea39126c1 100644
--- a/Engine/Texture.cpp
+++ b/Engine/Texture.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Texture.h b/Engine/Texture.h
index 3f47687d92..645f53173b 100644
--- a/Engine/Texture.h
+++ b/Engine/Texture.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TextureRect.cpp b/Engine/TextureRect.cpp
index 1c996b3089..a7a03e7077 100644
--- a/Engine/TextureRect.cpp
+++ b/Engine/TextureRect.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TextureRect.h b/Engine/TextureRect.h
index 0a656795f4..25ec76072c 100644
--- a/Engine/TextureRect.h
+++ b/Engine/TextureRect.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TextureRectSerialization.h b/Engine/TextureRectSerialization.h
index 2e9ec78768..65bc1dbc42 100644
--- a/Engine/TextureRectSerialization.h
+++ b/Engine/TextureRectSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ThreadPool.cpp b/Engine/ThreadPool.cpp
index 3ab9e92401..8ca280f111 100644
--- a/Engine/ThreadPool.cpp
+++ b/Engine/ThreadPool.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ThreadPool.h b/Engine/ThreadPool.h
index 010e8362f2..bb8511d874 100644
--- a/Engine/ThreadPool.h
+++ b/Engine/ThreadPool.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ThreadStorage.h b/Engine/ThreadStorage.h
index 888100c78d..8f849a92f8 100644
--- a/Engine/ThreadStorage.h
+++ b/Engine/ThreadStorage.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TimeLine.cpp b/Engine/TimeLine.cpp
index 97187fd204..e5585629c6 100644
--- a/Engine/TimeLine.cpp
+++ b/Engine/TimeLine.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TimeLine.h b/Engine/TimeLine.h
index 2a90d24864..2c78bcd341 100644
--- a/Engine/TimeLine.h
+++ b/Engine/TimeLine.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TimeLineKeyFrames.h b/Engine/TimeLineKeyFrames.h
index e6092c1d53..1d8211c9a2 100644
--- a/Engine/TimeLineKeyFrames.h
+++ b/Engine/TimeLineKeyFrames.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Timer.cpp b/Engine/Timer.cpp
index d04ddb3a8c..e469bb7359 100644
--- a/Engine/Timer.cpp
+++ b/Engine/Timer.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Timer.h b/Engine/Timer.h
index af6f1c70df..8d0cf3b41a 100644
--- a/Engine/Timer.h
+++ b/Engine/Timer.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackMarker.cpp b/Engine/TrackMarker.cpp
index a0d9df20a9..b6335b9949 100644
--- a/Engine/TrackMarker.cpp
+++ b/Engine/TrackMarker.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackMarker.h b/Engine/TrackMarker.h
index 07b6b39c72..22754c8974 100644
--- a/Engine/TrackMarker.h
+++ b/Engine/TrackMarker.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerContext.cpp b/Engine/TrackerContext.cpp
index 35d8a12afb..b1939bdfa2 100644
--- a/Engine/TrackerContext.cpp
+++ b/Engine/TrackerContext.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerContext.h b/Engine/TrackerContext.h
index 3a2faf3e2b..0b05aa4a77 100644
--- a/Engine/TrackerContext.h
+++ b/Engine/TrackerContext.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerContextPrivate.cpp b/Engine/TrackerContextPrivate.cpp
index 656240d918..aab3e40dee 100644
--- a/Engine/TrackerContextPrivate.cpp
+++ b/Engine/TrackerContextPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerContextPrivate.h b/Engine/TrackerContextPrivate.h
index 46047b3c5e..5872690559 100644
--- a/Engine/TrackerContextPrivate.h
+++ b/Engine/TrackerContextPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerFrameAccessor.cpp b/Engine/TrackerFrameAccessor.cpp
index 40d8ace760..06ff58759c 100644
--- a/Engine/TrackerFrameAccessor.cpp
+++ b/Engine/TrackerFrameAccessor.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerFrameAccessor.h b/Engine/TrackerFrameAccessor.h
index 6503c87af2..7bfbbda816 100644
--- a/Engine/TrackerFrameAccessor.h
+++ b/Engine/TrackerFrameAccessor.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerNode.cpp b/Engine/TrackerNode.cpp
index d8664f633c..d2047f6ea6 100644
--- a/Engine/TrackerNode.cpp
+++ b/Engine/TrackerNode.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerNode.h b/Engine/TrackerNode.h
index 13bea9202e..7b1c0174b9 100644
--- a/Engine/TrackerNode.h
+++ b/Engine/TrackerNode.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerNodeInteract.cpp b/Engine/TrackerNodeInteract.cpp
index ef7ab43038..24c9a8311f 100644
--- a/Engine/TrackerNodeInteract.cpp
+++ b/Engine/TrackerNodeInteract.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerNodeInteract.h b/Engine/TrackerNodeInteract.h
index a11a8beaea..7ecdd41769 100644
--- a/Engine/TrackerNodeInteract.h
+++ b/Engine/TrackerNodeInteract.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerSerialization.h b/Engine/TrackerSerialization.h
index abf24779a1..513889298b 100644
--- a/Engine/TrackerSerialization.h
+++ b/Engine/TrackerSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerUndoCommand.cpp b/Engine/TrackerUndoCommand.cpp
index 9ecbc5c247..42766faef9 100644
--- a/Engine/TrackerUndoCommand.cpp
+++ b/Engine/TrackerUndoCommand.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/TrackerUndoCommand.h b/Engine/TrackerUndoCommand.h
index b2233614ce..890e28f703 100644
--- a/Engine/TrackerUndoCommand.h
+++ b/Engine/TrackerUndoCommand.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Transform.cpp b/Engine/Transform.cpp
index 3550b0deb7..0a3a47830e 100644
--- a/Engine/Transform.cpp
+++ b/Engine/Transform.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Transform.h b/Engine/Transform.h
index 1ba5ade623..c86e029e3e 100644
--- a/Engine/Transform.h
+++ b/Engine/Transform.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/UndoCommand.h b/Engine/UndoCommand.h
index 107cafc2ee..39e0583789 100644
--- a/Engine/UndoCommand.h
+++ b/Engine/UndoCommand.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/UpdateViewerParams.h b/Engine/UpdateViewerParams.h
index 53dfc8d5d4..88707caec8 100644
--- a/Engine/UpdateViewerParams.h
+++ b/Engine/UpdateViewerParams.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Utils.cpp b/Engine/Utils.cpp
index abf9281681..52dec28894 100644
--- a/Engine/Utils.cpp
+++ b/Engine/Utils.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Utils.h b/Engine/Utils.h
index 5397ecc891..5da59b7f46 100644
--- a/Engine/Utils.h
+++ b/Engine/Utils.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/Variant.h b/Engine/Variant.h
index 0e9e11168e..5274f9089b 100644
--- a/Engine/Variant.h
+++ b/Engine/Variant.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/VariantSerialization.h b/Engine/VariantSerialization.h
index b6f43c5be8..7537a0d84e 100644
--- a/Engine/VariantSerialization.h
+++ b/Engine/VariantSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ViewIdx.h b/Engine/ViewIdx.h
index f3792cf428..92f1fbb1e1 100644
--- a/Engine/ViewIdx.h
+++ b/Engine/ViewIdx.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ViewerInstance.cpp b/Engine/ViewerInstance.cpp
index 87ac2c0d5e..558bcf92bb 100644
--- a/Engine/ViewerInstance.cpp
+++ b/Engine/ViewerInstance.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ViewerInstance.h b/Engine/ViewerInstance.h
index b4e18029dc..2b048765b3 100644
--- a/Engine/ViewerInstance.h
+++ b/Engine/ViewerInstance.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/ViewerInstancePrivate.h b/Engine/ViewerInstancePrivate.h
index 7f27e16ed0..d0a568e90e 100644
--- a/Engine/ViewerInstancePrivate.h
+++ b/Engine/ViewerInstancePrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/WriteNode.cpp b/Engine/WriteNode.cpp
index 13c8b96313..64ebd09d24 100644
--- a/Engine/WriteNode.cpp
+++ b/Engine/WriteNode.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/WriteNode.h b/Engine/WriteNode.h
index 42e57d0699..e44de03b25 100644
--- a/Engine/WriteNode.h
+++ b/Engine/WriteNode.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Engine/fstream_mingw.h b/Engine/fstream_mingw.h
index fbd1e6698e..ca0d816803 100644
--- a/Engine/fstream_mingw.h
+++ b/Engine/fstream_mingw.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/Enums.h b/Global/Enums.h
index 5a316cdcd7..7e76a8c6a1 100644
--- a/Global/Enums.h
+++ b/Global/Enums.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/FStreamsSupport.cpp b/Global/FStreamsSupport.cpp
index b2a11df689..7a0c98f729 100644
--- a/Global/FStreamsSupport.cpp
+++ b/Global/FStreamsSupport.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/FStreamsSupport.h b/Global/FStreamsSupport.h
index f91dadd8ee..48c2e0a5b8 100644
--- a/Global/FStreamsSupport.h
+++ b/Global/FStreamsSupport.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/GLIncludes.h b/Global/GLIncludes.h
index 4e1a4ff35b..a695d9cb37 100644
--- a/Global/GLIncludes.h
+++ b/Global/GLIncludes.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/GlobalDefines.h b/Global/GlobalDefines.h
index 8ab35a0e5a..4929728224 100644
--- a/Global/GlobalDefines.h
+++ b/Global/GlobalDefines.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/KeySymbols.h b/Global/KeySymbols.h
index b2ad73449c..afd8a0aea9 100644
--- a/Global/KeySymbols.h
+++ b/Global/KeySymbols.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/Macros.h b/Global/Macros.h
index 629076dd2e..923152b68b 100644
--- a/Global/Macros.h
+++ b/Global/Macros.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
@@ -72,7 +72,7 @@ namespace NATRON_PYTHON_NAMESPACE { }
#define NATRON_NAMESPACE_ANONYMOUS_EXIT }
#define NATRON_APPLICATION_DESCRIPTION "Open-source, cross-platform, nodal video compositing software."
-#define NATRON_COPYRIGHT "(C) 2018-2020 The Natron developers. (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat."
+#define NATRON_COPYRIGHT "(C) 2018-2021 The Natron developers. (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat."
#define NATRON_ORGANIZATION_NAME "INRIA"
#define NATRON_ORGANIZATION_DOMAIN_TOPLEVEL "fr"
#define NATRON_ORGANIZATION_DOMAIN_SUB "inria"
diff --git a/Global/ProcInfo.cpp b/Global/ProcInfo.cpp
index a88b279136..148c98e0ce 100644
--- a/Global/ProcInfo.cpp
+++ b/Global/ProcInfo.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/ProcInfo.h b/Global/ProcInfo.h
index da97f3a457..1bd5b55ebf 100644
--- a/Global/ProcInfo.h
+++ b/Global/ProcInfo.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/PythonUtils.cpp b/Global/PythonUtils.cpp
index b5cc13982d..3fc6c922f7 100755
--- a/Global/PythonUtils.cpp
+++ b/Global/PythonUtils.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/PythonUtils.h b/Global/PythonUtils.h
index ccb5bf3cf5..aed51a2428 100755
--- a/Global/PythonUtils.h
+++ b/Global/PythonUtils.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/QtCompat.h b/Global/QtCompat.h
index debe90dbd4..2af976eaf7 100644
--- a/Global/QtCompat.h
+++ b/Global/QtCompat.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/StrUtils.cpp b/Global/StrUtils.cpp
index ceb1bd8615..a471f328c4 100755
--- a/Global/StrUtils.cpp
+++ b/Global/StrUtils.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/StrUtils.h b/Global/StrUtils.h
index ac5da6f0b9..55215335d3 100755
--- a/Global/StrUtils.h
+++ b/Global/StrUtils.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Global/fstream_mingw.h b/Global/fstream_mingw.h
index fbd1e6698e..ca0d816803 100644
--- a/Global/fstream_mingw.h
+++ b/Global/fstream_mingw.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/AboutWindow.cpp b/Gui/AboutWindow.cpp
index e3842fe154..7a6d1e1f20 100644
--- a/Gui/AboutWindow.cpp
+++ b/Gui/AboutWindow.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/AboutWindow.h b/Gui/AboutWindow.h
index 96ad16f79b..b8f6f701f6 100644
--- a/Gui/AboutWindow.h
+++ b/Gui/AboutWindow.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ActionShortcuts.cpp b/Gui/ActionShortcuts.cpp
index a7953d1aa3..5181eb9330 100644
--- a/Gui/ActionShortcuts.cpp
+++ b/Gui/ActionShortcuts.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ActionShortcuts.h b/Gui/ActionShortcuts.h
index 3d70f12540..7467659f57 100644
--- a/Gui/ActionShortcuts.h
+++ b/Gui/ActionShortcuts.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/AddKnobDialog.cpp b/Gui/AddKnobDialog.cpp
index 5288e85a73..89efc8b8a4 100644
--- a/Gui/AddKnobDialog.cpp
+++ b/Gui/AddKnobDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/AddKnobDialog.h b/Gui/AddKnobDialog.h
index b71da54da8..93cbf7f956 100644
--- a/Gui/AddKnobDialog.h
+++ b/Gui/AddKnobDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/AnimatedCheckBox.cpp b/Gui/AnimatedCheckBox.cpp
index 1899f27264..7ff856e2bb 100644
--- a/Gui/AnimatedCheckBox.cpp
+++ b/Gui/AnimatedCheckBox.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/AnimatedCheckBox.h b/Gui/AnimatedCheckBox.h
index 9661f939b4..24d3a9d31a 100644
--- a/Gui/AnimatedCheckBox.h
+++ b/Gui/AnimatedCheckBox.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/AutoHideToolBar.cpp b/Gui/AutoHideToolBar.cpp
index 74bc7dc023..4c96bb5068 100644
--- a/Gui/AutoHideToolBar.cpp
+++ b/Gui/AutoHideToolBar.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/AutoHideToolBar.h b/Gui/AutoHideToolBar.h
index e0d3df87eb..51317250c2 100644
--- a/Gui/AutoHideToolBar.h
+++ b/Gui/AutoHideToolBar.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/BackdropGui.cpp b/Gui/BackdropGui.cpp
index 0e23b61096..d81b6466eb 100644
--- a/Gui/BackdropGui.cpp
+++ b/Gui/BackdropGui.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/BackdropGui.h b/Gui/BackdropGui.h
index e3996797e7..2ad59a02af 100644
--- a/Gui/BackdropGui.h
+++ b/Gui/BackdropGui.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Button.cpp b/Gui/Button.cpp
index 170995ebe4..213aaaa37c 100644
--- a/Gui/Button.cpp
+++ b/Gui/Button.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Button.h b/Gui/Button.h
index 43a0ce4b6b..946f637f7e 100644
--- a/Gui/Button.h
+++ b/Gui/Button.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ChannelsComboBox.cpp b/Gui/ChannelsComboBox.cpp
index 556948d581..e0f5303dbd 100644
--- a/Gui/ChannelsComboBox.cpp
+++ b/Gui/ChannelsComboBox.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ChannelsComboBox.h b/Gui/ChannelsComboBox.h
index 5fc1498d2a..1344f83c2e 100644
--- a/Gui/ChannelsComboBox.h
+++ b/Gui/ChannelsComboBox.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ClickableLabel.cpp b/Gui/ClickableLabel.cpp
index 820de3d721..03a95b2800 100644
--- a/Gui/ClickableLabel.cpp
+++ b/Gui/ClickableLabel.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ClickableLabel.h b/Gui/ClickableLabel.h
index 151d1ad937..2c465a14e2 100644
--- a/Gui/ClickableLabel.h
+++ b/Gui/ClickableLabel.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ColoredFrame.cpp b/Gui/ColoredFrame.cpp
index 1de1c56deb..d6821c94a4 100644
--- a/Gui/ColoredFrame.cpp
+++ b/Gui/ColoredFrame.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ColoredFrame.h b/Gui/ColoredFrame.h
index e589928872..fbe1476901 100644
--- a/Gui/ColoredFrame.h
+++ b/Gui/ColoredFrame.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ComboBox.cpp b/Gui/ComboBox.cpp
index 2331ee4cdf..6e52de5436 100644
--- a/Gui/ComboBox.cpp
+++ b/Gui/ComboBox.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ComboBox.h b/Gui/ComboBox.h
index 89ef553a1b..a8a808a132 100644
--- a/Gui/ComboBox.h
+++ b/Gui/ComboBox.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveEditor.cpp b/Gui/CurveEditor.cpp
index 1cf77e8db4..2d5abc8fe1 100644
--- a/Gui/CurveEditor.cpp
+++ b/Gui/CurveEditor.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveEditor.h b/Gui/CurveEditor.h
index 1f13b4806e..1dbfc0eabf 100644
--- a/Gui/CurveEditor.h
+++ b/Gui/CurveEditor.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveEditorUndoRedo.cpp b/Gui/CurveEditorUndoRedo.cpp
index f6a6b7aa0f..55824ccc53 100644
--- a/Gui/CurveEditorUndoRedo.cpp
+++ b/Gui/CurveEditorUndoRedo.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveEditorUndoRedo.h b/Gui/CurveEditorUndoRedo.h
index 879f95b136..d5a5c4f3be 100644
--- a/Gui/CurveEditorUndoRedo.h
+++ b/Gui/CurveEditorUndoRedo.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveGui.cpp b/Gui/CurveGui.cpp
index b2256d7be4..296888c416 100644
--- a/Gui/CurveGui.cpp
+++ b/Gui/CurveGui.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveGui.h b/Gui/CurveGui.h
index a475dc018e..d828c4ffaa 100644
--- a/Gui/CurveGui.h
+++ b/Gui/CurveGui.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveSelection.h b/Gui/CurveSelection.h
index 753b50b2ee..547a69716f 100644
--- a/Gui/CurveSelection.h
+++ b/Gui/CurveSelection.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveWidget.cpp b/Gui/CurveWidget.cpp
index f5b0135f29..2824a94e3f 100644
--- a/Gui/CurveWidget.cpp
+++ b/Gui/CurveWidget.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveWidget.h b/Gui/CurveWidget.h
index 8b2301b869..be0ac9d768 100644
--- a/Gui/CurveWidget.h
+++ b/Gui/CurveWidget.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveWidgetDialogs.cpp b/Gui/CurveWidgetDialogs.cpp
index 083d6c8fd3..0638537178 100644
--- a/Gui/CurveWidgetDialogs.cpp
+++ b/Gui/CurveWidgetDialogs.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveWidgetDialogs.h b/Gui/CurveWidgetDialogs.h
index b2f37888b1..5148381cc7 100644
--- a/Gui/CurveWidgetDialogs.h
+++ b/Gui/CurveWidgetDialogs.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveWidgetPrivate.cpp b/Gui/CurveWidgetPrivate.cpp
index 8dddfeb5c0..2c1b4d200f 100644
--- a/Gui/CurveWidgetPrivate.cpp
+++ b/Gui/CurveWidgetPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CurveWidgetPrivate.h b/Gui/CurveWidgetPrivate.h
index 5f4e534852..ca6472ce4a 100644
--- a/Gui/CurveWidgetPrivate.h
+++ b/Gui/CurveWidgetPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CustomParamInteract.cpp b/Gui/CustomParamInteract.cpp
index 9d9f4e8894..5d32394cd3 100644
--- a/Gui/CustomParamInteract.cpp
+++ b/Gui/CustomParamInteract.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/CustomParamInteract.h b/Gui/CustomParamInteract.h
index cec883d187..fc7e62ce21 100644
--- a/Gui/CustomParamInteract.h
+++ b/Gui/CustomParamInteract.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DialogButtonBox.cpp b/Gui/DialogButtonBox.cpp
index 4d8ad1821c..a995468d77 100644
--- a/Gui/DialogButtonBox.cpp
+++ b/Gui/DialogButtonBox.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DialogButtonBox.h b/Gui/DialogButtonBox.h
index 97779bd37e..eafa2636c1 100644
--- a/Gui/DialogButtonBox.h
+++ b/Gui/DialogButtonBox.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DockablePanel.cpp b/Gui/DockablePanel.cpp
index 0527bffd64..fbf036d5fc 100644
--- a/Gui/DockablePanel.cpp
+++ b/Gui/DockablePanel.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DockablePanel.h b/Gui/DockablePanel.h
index 991d723b5c..dca8cd36b7 100644
--- a/Gui/DockablePanel.h
+++ b/Gui/DockablePanel.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DockablePanelPrivate.cpp b/Gui/DockablePanelPrivate.cpp
index 5bed8111e7..db360a171b 100644
--- a/Gui/DockablePanelPrivate.cpp
+++ b/Gui/DockablePanelPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DockablePanelPrivate.h b/Gui/DockablePanelPrivate.h
index 15aef831d2..9f8474d665 100644
--- a/Gui/DockablePanelPrivate.h
+++ b/Gui/DockablePanelPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DockablePanelTabWidget.cpp b/Gui/DockablePanelTabWidget.cpp
index d51ce55f2b..1fc24aac7d 100644
--- a/Gui/DockablePanelTabWidget.cpp
+++ b/Gui/DockablePanelTabWidget.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DockablePanelTabWidget.h b/Gui/DockablePanelTabWidget.h
index a7bdaca22e..101cca0c7a 100644
--- a/Gui/DockablePanelTabWidget.h
+++ b/Gui/DockablePanelTabWidget.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DocumentationManager.cpp b/Gui/DocumentationManager.cpp
index 0774c95612..e28c8994d1 100644
--- a/Gui/DocumentationManager.cpp
+++ b/Gui/DocumentationManager.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DocumentationManager.h b/Gui/DocumentationManager.h
index 5995a10a43..5108058aba 100644
--- a/Gui/DocumentationManager.h
+++ b/Gui/DocumentationManager.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DopeSheet.cpp b/Gui/DopeSheet.cpp
index ea34981465..408177f04b 100644
--- a/Gui/DopeSheet.cpp
+++ b/Gui/DopeSheet.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DopeSheet.h b/Gui/DopeSheet.h
index 2d35d4d8b1..d76a88621f 100644
--- a/Gui/DopeSheet.h
+++ b/Gui/DopeSheet.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DopeSheetEditor.cpp b/Gui/DopeSheetEditor.cpp
index 731cfaf3e8..b4f58eca5c 100644
--- a/Gui/DopeSheetEditor.cpp
+++ b/Gui/DopeSheetEditor.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DopeSheetEditor.h b/Gui/DopeSheetEditor.h
index b88394da58..284f165cbc 100644
--- a/Gui/DopeSheetEditor.h
+++ b/Gui/DopeSheetEditor.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DopeSheetEditorUndoRedo.cpp b/Gui/DopeSheetEditorUndoRedo.cpp
index d73b0d18cb..b86cf6c024 100644
--- a/Gui/DopeSheetEditorUndoRedo.cpp
+++ b/Gui/DopeSheetEditorUndoRedo.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DopeSheetEditorUndoRedo.h b/Gui/DopeSheetEditorUndoRedo.h
index 42fcfe15b0..4036b86a29 100644
--- a/Gui/DopeSheetEditorUndoRedo.h
+++ b/Gui/DopeSheetEditorUndoRedo.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DopeSheetHierarchyView.cpp b/Gui/DopeSheetHierarchyView.cpp
index b900a09fd7..94057b0155 100644
--- a/Gui/DopeSheetHierarchyView.cpp
+++ b/Gui/DopeSheetHierarchyView.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DopeSheetHierarchyView.h b/Gui/DopeSheetHierarchyView.h
index 2c4210b8af..58338387b9 100644
--- a/Gui/DopeSheetHierarchyView.h
+++ b/Gui/DopeSheetHierarchyView.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DopeSheetView.cpp b/Gui/DopeSheetView.cpp
index b404568337..6618e69374 100644
--- a/Gui/DopeSheetView.cpp
+++ b/Gui/DopeSheetView.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DopeSheetView.h b/Gui/DopeSheetView.h
index 32afce5286..c636441d1e 100644
--- a/Gui/DopeSheetView.h
+++ b/Gui/DopeSheetView.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DotGui.cpp b/Gui/DotGui.cpp
index 465cfde55e..d3e6ad0e3b 100644
--- a/Gui/DotGui.cpp
+++ b/Gui/DotGui.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/DotGui.h b/Gui/DotGui.h
index 6811333a1a..67481a0132 100644
--- a/Gui/DotGui.h
+++ b/Gui/DotGui.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Edge.cpp b/Gui/Edge.cpp
index e06943088b..00320c5b4c 100644
--- a/Gui/Edge.cpp
+++ b/Gui/Edge.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Edge.h b/Gui/Edge.h
index 8eb30ea68a..0a28c4e1b5 100644
--- a/Gui/Edge.h
+++ b/Gui/Edge.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/EditExpressionDialog.cpp b/Gui/EditExpressionDialog.cpp
index 9ae562aea1..d8c6074aa6 100644
--- a/Gui/EditExpressionDialog.cpp
+++ b/Gui/EditExpressionDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/EditExpressionDialog.h b/Gui/EditExpressionDialog.h
index 8dfce01c66..8a9576ce44 100644
--- a/Gui/EditExpressionDialog.h
+++ b/Gui/EditExpressionDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/EditScriptDialog.cpp b/Gui/EditScriptDialog.cpp
index 5eaad14ce7..6d3784a0d6 100644
--- a/Gui/EditScriptDialog.cpp
+++ b/Gui/EditScriptDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/EditScriptDialog.h b/Gui/EditScriptDialog.h
index 5563726670..6445601a9c 100644
--- a/Gui/EditScriptDialog.h
+++ b/Gui/EditScriptDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ExportGroupTemplateDialog.cpp b/Gui/ExportGroupTemplateDialog.cpp
index 667fd69dab..5ecfb4fa4a 100644
--- a/Gui/ExportGroupTemplateDialog.cpp
+++ b/Gui/ExportGroupTemplateDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ExportGroupTemplateDialog.h b/Gui/ExportGroupTemplateDialog.h
index ceba8fa6fe..e795ad4c9e 100644
--- a/Gui/ExportGroupTemplateDialog.h
+++ b/Gui/ExportGroupTemplateDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/FloatingWidget.cpp b/Gui/FloatingWidget.cpp
index cd69b3fce3..dbec246ba0 100644
--- a/Gui/FloatingWidget.cpp
+++ b/Gui/FloatingWidget.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/FloatingWidget.h b/Gui/FloatingWidget.h
index a73778c3cb..bfd6ea8a23 100644
--- a/Gui/FloatingWidget.h
+++ b/Gui/FloatingWidget.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GroupBoxLabel.cpp b/Gui/GroupBoxLabel.cpp
index c555685fc7..839219c3d0 100644
--- a/Gui/GroupBoxLabel.cpp
+++ b/Gui/GroupBoxLabel.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GroupBoxLabel.h b/Gui/GroupBoxLabel.h
index 6fe9b69995..d60dcc03a4 100644
--- a/Gui/GroupBoxLabel.h
+++ b/Gui/GroupBoxLabel.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Gui.cpp b/Gui/Gui.cpp
index 927ce6373b..666b30968c 100644
--- a/Gui/Gui.cpp
+++ b/Gui/Gui.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Gui.h b/Gui/Gui.h
index b4e740fa9d..e841bb9c3e 100644
--- a/Gui/Gui.h
+++ b/Gui/Gui.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Gui.pro b/Gui/Gui.pro
index 1bfb82aa7d..6f305f1e28 100644
--- a/Gui/Gui.pro
+++ b/Gui/Gui.pro
@@ -1,6 +1,6 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Natron ,
-# (C) 2018-2020 The Natron developers
+# (C) 2018-2021 The Natron developers
# (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
#
# Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Gui05.cpp b/Gui/Gui05.cpp
index e2929d0e63..8a87e7c5a1 100644
--- a/Gui/Gui05.cpp
+++ b/Gui/Gui05.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Gui10.cpp b/Gui/Gui10.cpp
index 21905cbfa6..2f62db728b 100644
--- a/Gui/Gui10.cpp
+++ b/Gui/Gui10.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Gui15.cpp b/Gui/Gui15.cpp
index 26a322ce6d..0747ba6b68 100644
--- a/Gui/Gui15.cpp
+++ b/Gui/Gui15.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Gui20.cpp b/Gui/Gui20.cpp
index 5eee48d5b3..d5e1eef928 100644
--- a/Gui/Gui20.cpp
+++ b/Gui/Gui20.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Gui30.cpp b/Gui/Gui30.cpp
index 1be786e78a..8bc5f8e364 100644
--- a/Gui/Gui30.cpp
+++ b/Gui/Gui30.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Gui40.cpp b/Gui/Gui40.cpp
index c95171ff6f..6c26546e3a 100644
--- a/Gui/Gui40.cpp
+++ b/Gui/Gui40.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Gui50.cpp b/Gui/Gui50.cpp
index d549f4b0bd..c9051adf44 100644
--- a/Gui/Gui50.cpp
+++ b/Gui/Gui50.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiAppInstance.cpp b/Gui/GuiAppInstance.cpp
index e86d6d869f..d1f792c262 100644
--- a/Gui/GuiAppInstance.cpp
+++ b/Gui/GuiAppInstance.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiAppInstance.h b/Gui/GuiAppInstance.h
index 6c439995c2..0cb37384ed 100644
--- a/Gui/GuiAppInstance.h
+++ b/Gui/GuiAppInstance.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiApplicationManager.cpp b/Gui/GuiApplicationManager.cpp
index bb47227833..2471339e30 100644
--- a/Gui/GuiApplicationManager.cpp
+++ b/Gui/GuiApplicationManager.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiApplicationManager.h b/Gui/GuiApplicationManager.h
index 39476be656..e21b0b3a0a 100644
--- a/Gui/GuiApplicationManager.h
+++ b/Gui/GuiApplicationManager.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiApplicationManager10.cpp b/Gui/GuiApplicationManager10.cpp
index 97809413c3..962e00963a 100644
--- a/Gui/GuiApplicationManager10.cpp
+++ b/Gui/GuiApplicationManager10.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiApplicationManagerPrivate.cpp b/Gui/GuiApplicationManagerPrivate.cpp
index 9d1cfdbb20..7f538d31e2 100644
--- a/Gui/GuiApplicationManagerPrivate.cpp
+++ b/Gui/GuiApplicationManagerPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiApplicationManagerPrivate.h b/Gui/GuiApplicationManagerPrivate.h
index 6dfa45a392..a5bf45ff77 100644
--- a/Gui/GuiApplicationManagerPrivate.h
+++ b/Gui/GuiApplicationManagerPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiDefines.h b/Gui/GuiDefines.h
index d8df800b3d..60ef8327e1 100644
--- a/Gui/GuiDefines.h
+++ b/Gui/GuiDefines.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiFwd.h b/Gui/GuiFwd.h
index 460bbaa82b..ebc3dd5e26 100644
--- a/Gui/GuiFwd.h
+++ b/Gui/GuiFwd.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiMacros.h b/Gui/GuiMacros.h
index 7d599555c1..5786ab2639 100644
--- a/Gui/GuiMacros.h
+++ b/Gui/GuiMacros.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiPrivate.cpp b/Gui/GuiPrivate.cpp
index 3c86529c91..40f46842da 100644
--- a/Gui/GuiPrivate.cpp
+++ b/Gui/GuiPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/GuiPrivate.h b/Gui/GuiPrivate.h
index e1231a6d88..9d778e49ab 100644
--- a/Gui/GuiPrivate.h
+++ b/Gui/GuiPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Histogram.cpp b/Gui/Histogram.cpp
index 1aff67a283..f1fe349a44 100644
--- a/Gui/Histogram.cpp
+++ b/Gui/Histogram.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Histogram.h b/Gui/Histogram.h
index 293f4d04f0..5888c3158a 100644
--- a/Gui/Histogram.h
+++ b/Gui/Histogram.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/HostOverlay.cpp b/Gui/HostOverlay.cpp
index e077238e19..0d51af334d 100644
--- a/Gui/HostOverlay.cpp
+++ b/Gui/HostOverlay.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/HostOverlay.h b/Gui/HostOverlay.h
index dad420fe5b..19b5dac294 100644
--- a/Gui/HostOverlay.h
+++ b/Gui/HostOverlay.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/InfoViewerWidget.cpp b/Gui/InfoViewerWidget.cpp
index 9504e8c7f6..fa63dbbc5d 100644
--- a/Gui/InfoViewerWidget.cpp
+++ b/Gui/InfoViewerWidget.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/InfoViewerWidget.h b/Gui/InfoViewerWidget.h
index c8ee06d680..03087e0760 100644
--- a/Gui/InfoViewerWidget.h
+++ b/Gui/InfoViewerWidget.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGui.cpp b/Gui/KnobGui.cpp
index 83afc9cdf3..5a0985fcf8 100644
--- a/Gui/KnobGui.cpp
+++ b/Gui/KnobGui.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGui.h b/Gui/KnobGui.h
index 5ba601cc18..f5185dd2be 100644
--- a/Gui/KnobGui.h
+++ b/Gui/KnobGui.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGui10.cpp b/Gui/KnobGui10.cpp
index bccbc31a71..125e45199e 100644
--- a/Gui/KnobGui10.cpp
+++ b/Gui/KnobGui10.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGui20.cpp b/Gui/KnobGui20.cpp
index db8ea2015f..787820a0e1 100644
--- a/Gui/KnobGui20.cpp
+++ b/Gui/KnobGui20.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiBool.cpp b/Gui/KnobGuiBool.cpp
index 0d073eee57..f17a963a8f 100644
--- a/Gui/KnobGuiBool.cpp
+++ b/Gui/KnobGuiBool.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiBool.h b/Gui/KnobGuiBool.h
index be1500d77d..2f9b114f8e 100644
--- a/Gui/KnobGuiBool.h
+++ b/Gui/KnobGuiBool.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiButton.cpp b/Gui/KnobGuiButton.cpp
index ebf06e89a3..bc747da814 100644
--- a/Gui/KnobGuiButton.cpp
+++ b/Gui/KnobGuiButton.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiButton.h b/Gui/KnobGuiButton.h
index e6e4d037be..06cc228442 100644
--- a/Gui/KnobGuiButton.h
+++ b/Gui/KnobGuiButton.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiChoice.cpp b/Gui/KnobGuiChoice.cpp
index 25d5004536..b7cc4c0093 100644
--- a/Gui/KnobGuiChoice.cpp
+++ b/Gui/KnobGuiChoice.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiChoice.h b/Gui/KnobGuiChoice.h
index f0283a210a..e685fb8d9d 100644
--- a/Gui/KnobGuiChoice.h
+++ b/Gui/KnobGuiChoice.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiColor.cpp b/Gui/KnobGuiColor.cpp
index 8efb773e10..51feaaed71 100644
--- a/Gui/KnobGuiColor.cpp
+++ b/Gui/KnobGuiColor.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiColor.h b/Gui/KnobGuiColor.h
index ae098ba769..fc9b7367ec 100644
--- a/Gui/KnobGuiColor.h
+++ b/Gui/KnobGuiColor.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiContainerHelper.cpp b/Gui/KnobGuiContainerHelper.cpp
index 826a0b1883..c0c6732027 100644
--- a/Gui/KnobGuiContainerHelper.cpp
+++ b/Gui/KnobGuiContainerHelper.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiContainerHelper.h b/Gui/KnobGuiContainerHelper.h
index a6b4e8b3a2..67fab67284 100644
--- a/Gui/KnobGuiContainerHelper.h
+++ b/Gui/KnobGuiContainerHelper.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiContainerI.h b/Gui/KnobGuiContainerI.h
index 5695f4b00c..05d33af50f 100644
--- a/Gui/KnobGuiContainerI.h
+++ b/Gui/KnobGuiContainerI.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiFactory.cpp b/Gui/KnobGuiFactory.cpp
index 7346af2b04..a60389d5e0 100644
--- a/Gui/KnobGuiFactory.cpp
+++ b/Gui/KnobGuiFactory.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiFactory.h b/Gui/KnobGuiFactory.h
index c7d7d0f7bd..9a354dd7ce 100644
--- a/Gui/KnobGuiFactory.h
+++ b/Gui/KnobGuiFactory.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiFile.cpp b/Gui/KnobGuiFile.cpp
index 62481647e0..850b3283b3 100644
--- a/Gui/KnobGuiFile.cpp
+++ b/Gui/KnobGuiFile.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiFile.h b/Gui/KnobGuiFile.h
index 2870d85191..87c7bd5b6b 100644
--- a/Gui/KnobGuiFile.h
+++ b/Gui/KnobGuiFile.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiGroup.cpp b/Gui/KnobGuiGroup.cpp
index 8be907497c..0492c95d9e 100644
--- a/Gui/KnobGuiGroup.cpp
+++ b/Gui/KnobGuiGroup.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiGroup.h b/Gui/KnobGuiGroup.h
index 0954413394..1c4a62116c 100644
--- a/Gui/KnobGuiGroup.h
+++ b/Gui/KnobGuiGroup.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiParametric.cpp b/Gui/KnobGuiParametric.cpp
index 3733e1a12c..ff46b75fe5 100644
--- a/Gui/KnobGuiParametric.cpp
+++ b/Gui/KnobGuiParametric.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiParametric.h b/Gui/KnobGuiParametric.h
index 35e99bd536..75fd901fc6 100644
--- a/Gui/KnobGuiParametric.h
+++ b/Gui/KnobGuiParametric.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiPrivate.cpp b/Gui/KnobGuiPrivate.cpp
index a4f4708ccf..0b81ca65ed 100644
--- a/Gui/KnobGuiPrivate.cpp
+++ b/Gui/KnobGuiPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiSeparator.cpp b/Gui/KnobGuiSeparator.cpp
index 51e093f72e..0fb97a9856 100644
--- a/Gui/KnobGuiSeparator.cpp
+++ b/Gui/KnobGuiSeparator.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiSeparator.h b/Gui/KnobGuiSeparator.h
index 315c30c1ff..4aabf3fec0 100644
--- a/Gui/KnobGuiSeparator.h
+++ b/Gui/KnobGuiSeparator.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiString.cpp b/Gui/KnobGuiString.cpp
index 86e59f50b7..990ad20075 100644
--- a/Gui/KnobGuiString.cpp
+++ b/Gui/KnobGuiString.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiString.h b/Gui/KnobGuiString.h
index 3d201e021f..3b85044687 100644
--- a/Gui/KnobGuiString.h
+++ b/Gui/KnobGuiString.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiTable.cpp b/Gui/KnobGuiTable.cpp
index 08491d610d..4eb1d86517 100644
--- a/Gui/KnobGuiTable.cpp
+++ b/Gui/KnobGuiTable.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiTable.h b/Gui/KnobGuiTable.h
index f8313f9d4c..9f492048ae 100644
--- a/Gui/KnobGuiTable.h
+++ b/Gui/KnobGuiTable.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiValue.cpp b/Gui/KnobGuiValue.cpp
index 302f5afa05..b3ef550e4e 100644
--- a/Gui/KnobGuiValue.cpp
+++ b/Gui/KnobGuiValue.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobGuiValue.h b/Gui/KnobGuiValue.h
index acd2f151d7..e4fd5970ec 100644
--- a/Gui/KnobGuiValue.h
+++ b/Gui/KnobGuiValue.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobUndoCommand.cpp b/Gui/KnobUndoCommand.cpp
index a2368d446a..de2c8260be 100644
--- a/Gui/KnobUndoCommand.cpp
+++ b/Gui/KnobUndoCommand.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobUndoCommand.h b/Gui/KnobUndoCommand.h
index 616c2003ce..71ae6b6dfa 100644
--- a/Gui/KnobUndoCommand.h
+++ b/Gui/KnobUndoCommand.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobWidgetDnD.cpp b/Gui/KnobWidgetDnD.cpp
index ee92476cb1..e52ee6adbc 100644
--- a/Gui/KnobWidgetDnD.cpp
+++ b/Gui/KnobWidgetDnD.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/KnobWidgetDnD.h b/Gui/KnobWidgetDnD.h
index 92947ead90..8dd2640f0f 100644
--- a/Gui/KnobWidgetDnD.h
+++ b/Gui/KnobWidgetDnD.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Label.cpp b/Gui/Label.cpp
index ce3a4c82f0..2e3505c52b 100644
--- a/Gui/Label.cpp
+++ b/Gui/Label.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Label.h b/Gui/Label.h
index 5f5f0895ac..9d28dfdec1 100644
--- a/Gui/Label.h
+++ b/Gui/Label.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/LineEdit.cpp b/Gui/LineEdit.cpp
index 1d0869f26e..89609027e4 100644
--- a/Gui/LineEdit.cpp
+++ b/Gui/LineEdit.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/LineEdit.h b/Gui/LineEdit.h
index 4cab67c900..20e502c5c9 100644
--- a/Gui/LineEdit.h
+++ b/Gui/LineEdit.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/LinkToKnobDialog.cpp b/Gui/LinkToKnobDialog.cpp
index 57d3cdaeb9..45116ccfe4 100644
--- a/Gui/LinkToKnobDialog.cpp
+++ b/Gui/LinkToKnobDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/LinkToKnobDialog.h b/Gui/LinkToKnobDialog.h
index e194b4539e..c20989e455 100644
--- a/Gui/LinkToKnobDialog.h
+++ b/Gui/LinkToKnobDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/LogWindow.cpp b/Gui/LogWindow.cpp
index 9b68faaa54..3929c2ef36 100644
--- a/Gui/LogWindow.cpp
+++ b/Gui/LogWindow.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/LogWindow.h b/Gui/LogWindow.h
index dc62d542eb..a1b2b45f94 100644
--- a/Gui/LogWindow.h
+++ b/Gui/LogWindow.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ManageUserParamsDialog.cpp b/Gui/ManageUserParamsDialog.cpp
index bcaf6cf28f..a596b58762 100644
--- a/Gui/ManageUserParamsDialog.cpp
+++ b/Gui/ManageUserParamsDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ManageUserParamsDialog.h b/Gui/ManageUserParamsDialog.h
index 6b86d892fd..7c8eb64d0b 100644
--- a/Gui/ManageUserParamsDialog.h
+++ b/Gui/ManageUserParamsDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Menu.cpp b/Gui/Menu.cpp
index 444ee6d085..1c767226b7 100644
--- a/Gui/Menu.cpp
+++ b/Gui/Menu.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Menu.h b/Gui/Menu.h
index 1db7b18d10..aa04bd79f2 100644
--- a/Gui/Menu.h
+++ b/Gui/Menu.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/MessageBox.cpp b/Gui/MessageBox.cpp
index 12701e3d69..18455ec8ca 100644
--- a/Gui/MessageBox.cpp
+++ b/Gui/MessageBox.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/MessageBox.h b/Gui/MessageBox.h
index dfcf5d1805..32e1686295 100644
--- a/Gui/MessageBox.h
+++ b/Gui/MessageBox.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/MultiInstancePanel.cpp b/Gui/MultiInstancePanel.cpp
index 6950e09785..f23f46141c 100644
--- a/Gui/MultiInstancePanel.cpp
+++ b/Gui/MultiInstancePanel.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/MultiInstancePanel.h b/Gui/MultiInstancePanel.h
index 163d58d2d5..e23744ded2 100644
--- a/Gui/MultiInstancePanel.h
+++ b/Gui/MultiInstancePanel.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NewLayerDialog.cpp b/Gui/NewLayerDialog.cpp
index fd9bb5a705..49f45eb14a 100644
--- a/Gui/NewLayerDialog.cpp
+++ b/Gui/NewLayerDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NewLayerDialog.h b/Gui/NewLayerDialog.h
index ff7bd6c64b..7c0ab14ab9 100644
--- a/Gui/NewLayerDialog.h
+++ b/Gui/NewLayerDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeBackdropSerialization.cpp b/Gui/NodeBackdropSerialization.cpp
index 71975b12ff..9578c717aa 100644
--- a/Gui/NodeBackdropSerialization.cpp
+++ b/Gui/NodeBackdropSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeBackdropSerialization.h b/Gui/NodeBackdropSerialization.h
index 3c2d0c9e06..e3632d9567 100644
--- a/Gui/NodeBackdropSerialization.h
+++ b/Gui/NodeBackdropSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeClipBoard.h b/Gui/NodeClipBoard.h
index 86586ea16d..beeb7d69ea 100644
--- a/Gui/NodeClipBoard.h
+++ b/Gui/NodeClipBoard.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeCreationDialog.cpp b/Gui/NodeCreationDialog.cpp
index e6467438f6..8bcbfacc71 100644
--- a/Gui/NodeCreationDialog.cpp
+++ b/Gui/NodeCreationDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeCreationDialog.h b/Gui/NodeCreationDialog.h
index 3d4b21eaf9..8d8e5c9126 100644
--- a/Gui/NodeCreationDialog.h
+++ b/Gui/NodeCreationDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph.cpp b/Gui/NodeGraph.cpp
index 9a5616f5b0..a4054b8535 100644
--- a/Gui/NodeGraph.cpp
+++ b/Gui/NodeGraph.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph.h b/Gui/NodeGraph.h
index 9926497717..6788e29711 100644
--- a/Gui/NodeGraph.h
+++ b/Gui/NodeGraph.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph05.cpp b/Gui/NodeGraph05.cpp
index e74a029c80..7a138b3b27 100644
--- a/Gui/NodeGraph05.cpp
+++ b/Gui/NodeGraph05.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph10.cpp b/Gui/NodeGraph10.cpp
index 7f45ae55f1..3fea75dcc5 100644
--- a/Gui/NodeGraph10.cpp
+++ b/Gui/NodeGraph10.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph13.cpp b/Gui/NodeGraph13.cpp
index f252712fc5..6aabe2fbd5 100644
--- a/Gui/NodeGraph13.cpp
+++ b/Gui/NodeGraph13.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph15.cpp b/Gui/NodeGraph15.cpp
index 1969ec025f..ff3937bc1b 100644
--- a/Gui/NodeGraph15.cpp
+++ b/Gui/NodeGraph15.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
@@ -110,12 +110,14 @@ handleConnectionError(const NodeGuiPtr& outputNode,
}
if ( (linkRetCode == Node::eCanConnectInput_ok) && outputNode->getNode()->getEffectInstance()->isReader() &&
- ( inputNode->getNode()->getPluginID() != PLUGINID_OFX_RUNSCRIPT) ) {
+ ( inputNode->getNode()->getPluginID() != PLUGINID_OFX_RUNSCRIPT) &&
+ !inputNode->getNode()->getEffectInstance()->isWriter() ) {
Dialogs::warningDialog( QCoreApplication::translate("NodeGraph", "Reader input").toStdString(),
QCoreApplication::translate("NodeGraph", "Connecting an input to a Reader node "
- "is only useful when using the RunScript node "
+ "is only useful when connecting to the output of a Writer "
+ "or RunScript node "
"so that the Reader automatically reads an image "
- "when the render of the RunScript is done.").toStdString() );
+ "when the render of the Writer or RunScript is done.").toStdString() );
}
return true;
diff --git a/Gui/NodeGraph20.cpp b/Gui/NodeGraph20.cpp
index 6f4b77dd5d..c2b53f741c 100644
--- a/Gui/NodeGraph20.cpp
+++ b/Gui/NodeGraph20.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph25.cpp b/Gui/NodeGraph25.cpp
index 9b3234aedf..be2619f016 100644
--- a/Gui/NodeGraph25.cpp
+++ b/Gui/NodeGraph25.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph30.cpp b/Gui/NodeGraph30.cpp
index 9d388c0e8c..21d6ccd90a 100644
--- a/Gui/NodeGraph30.cpp
+++ b/Gui/NodeGraph30.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph35.cpp b/Gui/NodeGraph35.cpp
index a1adb0f9c4..9ee8f7b521 100644
--- a/Gui/NodeGraph35.cpp
+++ b/Gui/NodeGraph35.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph40.cpp b/Gui/NodeGraph40.cpp
index 5cad91e366..03a9a031b1 100644
--- a/Gui/NodeGraph40.cpp
+++ b/Gui/NodeGraph40.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraph45.cpp b/Gui/NodeGraph45.cpp
index b5d3688ff2..afe9fd5160 100644
--- a/Gui/NodeGraph45.cpp
+++ b/Gui/NodeGraph45.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraphPrivate.cpp b/Gui/NodeGraphPrivate.cpp
index aea5d96ce2..154275f0d6 100644
--- a/Gui/NodeGraphPrivate.cpp
+++ b/Gui/NodeGraphPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraphPrivate.h b/Gui/NodeGraphPrivate.h
index 295d8da1d9..d53fa4f15d 100644
--- a/Gui/NodeGraphPrivate.h
+++ b/Gui/NodeGraphPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraphPrivate10.cpp b/Gui/NodeGraphPrivate10.cpp
index a83816f107..58cf762b90 100644
--- a/Gui/NodeGraphPrivate10.cpp
+++ b/Gui/NodeGraphPrivate10.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraphRectItem.cpp b/Gui/NodeGraphRectItem.cpp
index 48b1081644..3b1adc05a6 100644
--- a/Gui/NodeGraphRectItem.cpp
+++ b/Gui/NodeGraphRectItem.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraphRectItem.h b/Gui/NodeGraphRectItem.h
index 15a8fb324e..e78d35ac6f 100644
--- a/Gui/NodeGraphRectItem.h
+++ b/Gui/NodeGraphRectItem.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraphTextItem.cpp b/Gui/NodeGraphTextItem.cpp
index 52736085a4..54abb54d58 100644
--- a/Gui/NodeGraphTextItem.cpp
+++ b/Gui/NodeGraphTextItem.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraphTextItem.h b/Gui/NodeGraphTextItem.h
index 8c2898278b..e31d69a8a2 100644
--- a/Gui/NodeGraphTextItem.h
+++ b/Gui/NodeGraphTextItem.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraphUndoRedo.cpp b/Gui/NodeGraphUndoRedo.cpp
index 8532201609..90d26f8426 100644
--- a/Gui/NodeGraphUndoRedo.cpp
+++ b/Gui/NodeGraphUndoRedo.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGraphUndoRedo.h b/Gui/NodeGraphUndoRedo.h
index 46be1d6b35..4922d4254f 100644
--- a/Gui/NodeGraphUndoRedo.h
+++ b/Gui/NodeGraphUndoRedo.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGui.cpp b/Gui/NodeGui.cpp
index d501d88c73..f1e9cbb1e3 100644
--- a/Gui/NodeGui.cpp
+++ b/Gui/NodeGui.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGui.h b/Gui/NodeGui.h
index 569d3d77f3..c25e794ad3 100644
--- a/Gui/NodeGui.h
+++ b/Gui/NodeGui.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGuiSerialization.cpp b/Gui/NodeGuiSerialization.cpp
index bfc6cf581f..44be502c39 100644
--- a/Gui/NodeGuiSerialization.cpp
+++ b/Gui/NodeGuiSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeGuiSerialization.h b/Gui/NodeGuiSerialization.h
index abaa30b3bd..f8c53a477a 100644
--- a/Gui/NodeGuiSerialization.h
+++ b/Gui/NodeGuiSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeSettingsPanel.cpp b/Gui/NodeSettingsPanel.cpp
index 65a1b8d2d0..a1cdc64c5c 100644
--- a/Gui/NodeSettingsPanel.cpp
+++ b/Gui/NodeSettingsPanel.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeSettingsPanel.h b/Gui/NodeSettingsPanel.h
index 4a2886ef75..0a32c1666b 100644
--- a/Gui/NodeSettingsPanel.h
+++ b/Gui/NodeSettingsPanel.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeViewerContext.cpp b/Gui/NodeViewerContext.cpp
index c814402fe7..7936a25d1c 100644
--- a/Gui/NodeViewerContext.cpp
+++ b/Gui/NodeViewerContext.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/NodeViewerContext.h b/Gui/NodeViewerContext.h
index da25101270..940624a791 100644
--- a/Gui/NodeViewerContext.h
+++ b/Gui/NodeViewerContext.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PanelWidget.cpp b/Gui/PanelWidget.cpp
index 84493b7d30..5cb1db2701 100644
--- a/Gui/PanelWidget.cpp
+++ b/Gui/PanelWidget.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PanelWidget.h b/Gui/PanelWidget.h
index 0755bd9b0b..98597b78c0 100644
--- a/Gui/PanelWidget.h
+++ b/Gui/PanelWidget.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PickKnobDialog.cpp b/Gui/PickKnobDialog.cpp
index 1b5b82237a..f8e171d2b4 100644
--- a/Gui/PickKnobDialog.cpp
+++ b/Gui/PickKnobDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PickKnobDialog.h b/Gui/PickKnobDialog.h
index 32de8508e0..f570d6d486 100644
--- a/Gui/PickKnobDialog.h
+++ b/Gui/PickKnobDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PreferencesPanel.cpp b/Gui/PreferencesPanel.cpp
index 2102a9b986..5bf0d4e998 100644
--- a/Gui/PreferencesPanel.cpp
+++ b/Gui/PreferencesPanel.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PreferencesPanel.h b/Gui/PreferencesPanel.h
index 3704e1fb71..3d8962855d 100644
--- a/Gui/PreferencesPanel.h
+++ b/Gui/PreferencesPanel.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PreviewThread.cpp b/Gui/PreviewThread.cpp
index 281d2b0937..4adc650e96 100644
--- a/Gui/PreviewThread.cpp
+++ b/Gui/PreviewThread.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PreviewThread.h b/Gui/PreviewThread.h
index 0f4d8f6c2b..32f85bd417 100644
--- a/Gui/PreviewThread.h
+++ b/Gui/PreviewThread.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ProgressPanel.cpp b/Gui/ProgressPanel.cpp
index 3854e996ce..2ec25e15f0 100644
--- a/Gui/ProgressPanel.cpp
+++ b/Gui/ProgressPanel.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ProgressPanel.h b/Gui/ProgressPanel.h
index b0cf81a4c7..762d80653b 100644
--- a/Gui/ProgressPanel.h
+++ b/Gui/ProgressPanel.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ProgressTaskInfo.cpp b/Gui/ProgressTaskInfo.cpp
index bb0769d2f5..95b3295af4 100644
--- a/Gui/ProgressTaskInfo.cpp
+++ b/Gui/ProgressTaskInfo.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ProgressTaskInfo.h b/Gui/ProgressTaskInfo.h
index 7c978c14b6..fa1a83860d 100644
--- a/Gui/ProgressTaskInfo.h
+++ b/Gui/ProgressTaskInfo.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ProjectGui.cpp b/Gui/ProjectGui.cpp
index 2f2ed8332b..5af95a155f 100644
--- a/Gui/ProjectGui.cpp
+++ b/Gui/ProjectGui.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ProjectGui.h b/Gui/ProjectGui.h
index 2619d3fd47..3321fae56f 100644
--- a/Gui/ProjectGui.h
+++ b/Gui/ProjectGui.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ProjectGuiSerialization.cpp b/Gui/ProjectGuiSerialization.cpp
index c118cc6ae7..226c78fd46 100644
--- a/Gui/ProjectGuiSerialization.cpp
+++ b/Gui/ProjectGuiSerialization.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ProjectGuiSerialization.h b/Gui/ProjectGuiSerialization.h
index 56251ff0e5..1a6a43024c 100644
--- a/Gui/ProjectGuiSerialization.h
+++ b/Gui/ProjectGuiSerialization.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PropertiesBinWrapper.cpp b/Gui/PropertiesBinWrapper.cpp
index 6f51050f46..2f8ef428e4 100644
--- a/Gui/PropertiesBinWrapper.cpp
+++ b/Gui/PropertiesBinWrapper.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PropertiesBinWrapper.h b/Gui/PropertiesBinWrapper.h
index b54e99f19e..ab3a7810a4 100644
--- a/Gui/PropertiesBinWrapper.h
+++ b/Gui/PropertiesBinWrapper.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PyGlobalGui.h b/Gui/PyGlobalGui.h
index b25ebd04d8..a4c918801f 100644
--- a/Gui/PyGlobalGui.h
+++ b/Gui/PyGlobalGui.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PyGuiApp.cpp b/Gui/PyGuiApp.cpp
index 80bcf0db89..d3bb161147 100644
--- a/Gui/PyGuiApp.cpp
+++ b/Gui/PyGuiApp.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PyGuiApp.h b/Gui/PyGuiApp.h
index 5d0e376465..0497c88734 100644
--- a/Gui/PyGuiApp.h
+++ b/Gui/PyGuiApp.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Pyside_Gui_Python.h b/Gui/Pyside_Gui_Python.h
index 8259b3ccab..1c12402893 100644
--- a/Gui/Pyside_Gui_Python.h
+++ b/Gui/Pyside_Gui_Python.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PythonPanels.cpp b/Gui/PythonPanels.cpp
index bae2b9224a..74ace619b8 100644
--- a/Gui/PythonPanels.cpp
+++ b/Gui/PythonPanels.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/PythonPanels.h b/Gui/PythonPanels.h
index 5744ae1442..6291b21260 100644
--- a/Gui/PythonPanels.h
+++ b/Gui/PythonPanels.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/QtEnumConvert.cpp b/Gui/QtEnumConvert.cpp
index 75a522ceff..467448d3d6 100644
--- a/Gui/QtEnumConvert.cpp
+++ b/Gui/QtEnumConvert.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/QtEnumConvert.h b/Gui/QtEnumConvert.h
index 5cdf35d99a..2b9abc65d2 100644
--- a/Gui/QtEnumConvert.h
+++ b/Gui/QtEnumConvert.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/QtMac.mm b/Gui/QtMac.mm
index a12e113fea..f359e604fd 100644
--- a/Gui/QtMac.mm
+++ b/Gui/QtMac.mm
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/RegisteredTabs.h b/Gui/RegisteredTabs.h
index f10e8e7190..d765ce212e 100644
--- a/Gui/RegisteredTabs.h
+++ b/Gui/RegisteredTabs.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/RenderStatsDialog.cpp b/Gui/RenderStatsDialog.cpp
index cffad7d560..98757365e8 100644
--- a/Gui/RenderStatsDialog.cpp
+++ b/Gui/RenderStatsDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/RenderStatsDialog.h b/Gui/RenderStatsDialog.h
index bc02936812..34763373bd 100644
--- a/Gui/RenderStatsDialog.h
+++ b/Gui/RenderStatsDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ResizableMessageBox.cpp b/Gui/ResizableMessageBox.cpp
index 8d8f66e867..8754c21743 100644
--- a/Gui/ResizableMessageBox.cpp
+++ b/Gui/ResizableMessageBox.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ResizableMessageBox.h b/Gui/ResizableMessageBox.h
index acda686c47..3e96df759e 100644
--- a/Gui/ResizableMessageBox.h
+++ b/Gui/ResizableMessageBox.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/RightClickableWidget.cpp b/Gui/RightClickableWidget.cpp
index d1fb197193..f6d9a5a289 100644
--- a/Gui/RightClickableWidget.cpp
+++ b/Gui/RightClickableWidget.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/RightClickableWidget.h b/Gui/RightClickableWidget.h
index e93e39ad73..da88bc63f0 100644
--- a/Gui/RightClickableWidget.h
+++ b/Gui/RightClickableWidget.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/RotoPanel.cpp b/Gui/RotoPanel.cpp
index 099327cb56..c0006fcb4c 100644
--- a/Gui/RotoPanel.cpp
+++ b/Gui/RotoPanel.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/RotoPanel.h b/Gui/RotoPanel.h
index 53533d5722..d8f37daf0c 100644
--- a/Gui/RotoPanel.h
+++ b/Gui/RotoPanel.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ScaleSliderQWidget.cpp b/Gui/ScaleSliderQWidget.cpp
index e84b53ac5e..8482d2c524 100644
--- a/Gui/ScaleSliderQWidget.cpp
+++ b/Gui/ScaleSliderQWidget.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ScaleSliderQWidget.h b/Gui/ScaleSliderQWidget.h
index ebe45dd597..c7e09767c4 100644
--- a/Gui/ScaleSliderQWidget.h
+++ b/Gui/ScaleSliderQWidget.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ScriptEditor.cpp b/Gui/ScriptEditor.cpp
index 49ad2e9959..cf13b6c8e8 100644
--- a/Gui/ScriptEditor.cpp
+++ b/Gui/ScriptEditor.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ScriptEditor.h b/Gui/ScriptEditor.h
index ec617d67e7..e2a718d8d1 100644
--- a/Gui/ScriptEditor.h
+++ b/Gui/ScriptEditor.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ScriptTextEdit.cpp b/Gui/ScriptTextEdit.cpp
index 2a8e4c634e..e5440309fe 100644
--- a/Gui/ScriptTextEdit.cpp
+++ b/Gui/ScriptTextEdit.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ScriptTextEdit.h b/Gui/ScriptTextEdit.h
index 8c67f75efc..79af9899bc 100644
--- a/Gui/ScriptTextEdit.h
+++ b/Gui/ScriptTextEdit.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/SequenceFileDialog.cpp b/Gui/SequenceFileDialog.cpp
index d74f99d3d7..8c91c63726 100644
--- a/Gui/SequenceFileDialog.cpp
+++ b/Gui/SequenceFileDialog.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/SequenceFileDialog.h b/Gui/SequenceFileDialog.h
index 3334dd022e..e81c6eef46 100644
--- a/Gui/SequenceFileDialog.h
+++ b/Gui/SequenceFileDialog.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/SerializableWindow.cpp b/Gui/SerializableWindow.cpp
index d8969f8806..3331faef58 100644
--- a/Gui/SerializableWindow.cpp
+++ b/Gui/SerializableWindow.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/SerializableWindow.h b/Gui/SerializableWindow.h
index 4c1d6d599b..668d0cf291 100644
--- a/Gui/SerializableWindow.h
+++ b/Gui/SerializableWindow.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Shaders.cpp b/Gui/Shaders.cpp
index db3df7f928..b858e0a35f 100644
--- a/Gui/Shaders.cpp
+++ b/Gui/Shaders.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Shaders.h b/Gui/Shaders.h
index 2eeb3b6157..a53f3327de 100644
--- a/Gui/Shaders.h
+++ b/Gui/Shaders.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/SpinBox.cpp b/Gui/SpinBox.cpp
index 92b8e59e54..cf10158290 100644
--- a/Gui/SpinBox.cpp
+++ b/Gui/SpinBox.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/SpinBox.h b/Gui/SpinBox.h
index ffbbd4a1b4..a19fcd52d3 100644
--- a/Gui/SpinBox.h
+++ b/Gui/SpinBox.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/SpinBoxValidator.cpp b/Gui/SpinBoxValidator.cpp
index 08a3486acb..7483d990cb 100644
--- a/Gui/SpinBoxValidator.cpp
+++ b/Gui/SpinBoxValidator.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/SpinBoxValidator.h b/Gui/SpinBoxValidator.h
index 524f7f73d3..8ba45c3bc7 100644
--- a/Gui/SpinBoxValidator.h
+++ b/Gui/SpinBoxValidator.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/SplashScreen.cpp b/Gui/SplashScreen.cpp
index 52e769829b..84b4c19e83 100644
--- a/Gui/SplashScreen.cpp
+++ b/Gui/SplashScreen.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/SplashScreen.h b/Gui/SplashScreen.h
index 356729dc5f..8e1aa85a6c 100644
--- a/Gui/SplashScreen.h
+++ b/Gui/SplashScreen.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Splitter.cpp b/Gui/Splitter.cpp
index 9927452ed6..12a88fa6d0 100644
--- a/Gui/Splitter.cpp
+++ b/Gui/Splitter.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/Splitter.h b/Gui/Splitter.h
index 7c4ad4edec..f57f687ba2 100644
--- a/Gui/Splitter.h
+++ b/Gui/Splitter.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TabGroup.cpp b/Gui/TabGroup.cpp
index 044ea72645..f6754b43cd 100644
--- a/Gui/TabGroup.cpp
+++ b/Gui/TabGroup.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TabGroup.h b/Gui/TabGroup.h
index 52e9e1a37d..768b4b9095 100644
--- a/Gui/TabGroup.h
+++ b/Gui/TabGroup.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TabWidget.cpp b/Gui/TabWidget.cpp
index a235d936a9..3244a04618 100644
--- a/Gui/TabWidget.cpp
+++ b/Gui/TabWidget.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TabWidget.h b/Gui/TabWidget.h
index d00c8cc3da..dfe1385bda 100644
--- a/Gui/TabWidget.h
+++ b/Gui/TabWidget.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TableModelView.cpp b/Gui/TableModelView.cpp
index a8d92c7555..ff131ca496 100644
--- a/Gui/TableModelView.cpp
+++ b/Gui/TableModelView.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TableModelView.h b/Gui/TableModelView.h
index defd377a61..d20ce9c656 100644
--- a/Gui/TableModelView.h
+++ b/Gui/TableModelView.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TextRenderer.cpp b/Gui/TextRenderer.cpp
index df51cb1c2b..5de6424a75 100644
--- a/Gui/TextRenderer.cpp
+++ b/Gui/TextRenderer.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TextRenderer.h b/Gui/TextRenderer.h
index 9a3378c8ee..564e37e614 100644
--- a/Gui/TextRenderer.h
+++ b/Gui/TextRenderer.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TimeLineGui.cpp b/Gui/TimeLineGui.cpp
index 4d2f6b0151..398d64c0cf 100644
--- a/Gui/TimeLineGui.cpp
+++ b/Gui/TimeLineGui.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TimeLineGui.h b/Gui/TimeLineGui.h
index 25ee93e0b8..f7b61a51bd 100644
--- a/Gui/TimeLineGui.h
+++ b/Gui/TimeLineGui.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ToolButton.cpp b/Gui/ToolButton.cpp
index 4343e819c2..8bff05cc9b 100644
--- a/Gui/ToolButton.cpp
+++ b/Gui/ToolButton.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ToolButton.h b/Gui/ToolButton.h
index 79d6da4dad..ea48c74bcc 100644
--- a/Gui/ToolButton.h
+++ b/Gui/ToolButton.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TrackerPanel.cpp b/Gui/TrackerPanel.cpp
index 40475b7f19..efa1e8adbb 100644
--- a/Gui/TrackerPanel.cpp
+++ b/Gui/TrackerPanel.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/TrackerPanel.h b/Gui/TrackerPanel.h
index 481db4d5bf..379024a6fd 100644
--- a/Gui/TrackerPanel.h
+++ b/Gui/TrackerPanel.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/VerticalColorBar.cpp b/Gui/VerticalColorBar.cpp
index afbb955bfc..e33b41e0f3 100644
--- a/Gui/VerticalColorBar.cpp
+++ b/Gui/VerticalColorBar.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/VerticalColorBar.h b/Gui/VerticalColorBar.h
index 26b421c594..b5c6c0f35c 100644
--- a/Gui/VerticalColorBar.h
+++ b/Gui/VerticalColorBar.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerGL.cpp b/Gui/ViewerGL.cpp
index 97e6c2cbef..053fb0e0e7 100644
--- a/Gui/ViewerGL.cpp
+++ b/Gui/ViewerGL.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerGL.h b/Gui/ViewerGL.h
index 8f09fb8d41..e506adaa92 100644
--- a/Gui/ViewerGL.h
+++ b/Gui/ViewerGL.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerGLPrivate.cpp b/Gui/ViewerGLPrivate.cpp
index 77fd73e2a0..e8ed8d7d7c 100644
--- a/Gui/ViewerGLPrivate.cpp
+++ b/Gui/ViewerGLPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerGLPrivate.h b/Gui/ViewerGLPrivate.h
index f00528f270..438a48cdb4 100644
--- a/Gui/ViewerGLPrivate.h
+++ b/Gui/ViewerGLPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerTab.cpp b/Gui/ViewerTab.cpp
index 12a81c53d5..f9c41a3660 100644
--- a/Gui/ViewerTab.cpp
+++ b/Gui/ViewerTab.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerTab.h b/Gui/ViewerTab.h
index 41802ec6eb..8317d37b85 100644
--- a/Gui/ViewerTab.h
+++ b/Gui/ViewerTab.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerTab10.cpp b/Gui/ViewerTab10.cpp
index 80e11baac2..a2392a8693 100644
--- a/Gui/ViewerTab10.cpp
+++ b/Gui/ViewerTab10.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerTab20.cpp b/Gui/ViewerTab20.cpp
index 1949a980a4..2ef7651d67 100644
--- a/Gui/ViewerTab20.cpp
+++ b/Gui/ViewerTab20.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerTab30.cpp b/Gui/ViewerTab30.cpp
index 7bfd6b67f3..ae565584f0 100644
--- a/Gui/ViewerTab30.cpp
+++ b/Gui/ViewerTab30.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerTab40.cpp b/Gui/ViewerTab40.cpp
index 672f0d4e9e..99f7d2c332 100644
--- a/Gui/ViewerTab40.cpp
+++ b/Gui/ViewerTab40.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerTabPrivate.cpp b/Gui/ViewerTabPrivate.cpp
index df6f8ae44e..223d3f6e6c 100644
--- a/Gui/ViewerTabPrivate.cpp
+++ b/Gui/ViewerTabPrivate.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerTabPrivate.h b/Gui/ViewerTabPrivate.h
index 964f8b2137..c5b9e0f955 100644
--- a/Gui/ViewerTabPrivate.h
+++ b/Gui/ViewerTabPrivate.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerToolButton.cpp b/Gui/ViewerToolButton.cpp
index 22c08c3802..337812227a 100644
--- a/Gui/ViewerToolButton.cpp
+++ b/Gui/ViewerToolButton.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ViewerToolButton.h b/Gui/ViewerToolButton.h
index bacace1a9c..07f8530d27 100644
--- a/Gui/ViewerToolButton.h
+++ b/Gui/ViewerToolButton.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ZoomContext.h b/Gui/ZoomContext.h
index e5f7da9a48..2871c45f0b 100644
--- a/Gui/ZoomContext.h
+++ b/Gui/ZoomContext.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ticks.cpp b/Gui/ticks.cpp
index cb8b5920a0..8be80ebc5d 100644
--- a/Gui/ticks.cpp
+++ b/Gui/ticks.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Gui/ticks.h b/Gui/ticks.h
index 2c813ac55b..86e9d4523c 100644
--- a/Gui/ticks.h
+++ b/Gui/ticks.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/HostSupport/HostSupport.pro b/HostSupport/HostSupport.pro
index 4d27de52e8..899ce61819 100644
--- a/HostSupport/HostSupport.pro
+++ b/HostSupport/HostSupport.pro
@@ -1,6 +1,6 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Natron ,
-# (C) 2018-2020 The Natron developers
+# (C) 2018-2021 The Natron developers
# (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
#
# Natron is free software: you can redistribute it and/or modify
diff --git a/LICENSE_SHORT.txt b/LICENSE_SHORT.txt
index fa873dbe52..5e68b036bb 100644
--- a/LICENSE_SHORT.txt
+++ b/LICENSE_SHORT.txt
@@ -1,5 +1,5 @@
Natron, an open source compositing software
-(C) 2018-2020 The Natron developers
+(C) 2018-2021 The Natron developers
(C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
This program is free software; you can redistribute it and/or modify
diff --git a/Project-xcode.xcodeproj/xcshareddata/xcschemes/Natron.xcscheme b/Project-xcode.xcodeproj/xcshareddata/xcschemes/Natron.xcscheme
new file mode 100644
index 0000000000..33e89a782f
--- /dev/null
+++ b/Project-xcode.xcodeproj/xcshareddata/xcschemes/Natron.xcscheme
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Project.pro b/Project.pro
index 3e18d1519e..24532a57ba 100644
--- a/Project.pro
+++ b/Project.pro
@@ -1,6 +1,6 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Natron ,
-# (C) 2018-2020 The Natron developers
+# (C) 2018-2021 The Natron developers
# (C) 2013-2018 INRIA and Alexandre Gauthier
#
# Natron is free software: you can redistribute it and/or modify
diff --git a/PythonBin/PythonBin.pro b/PythonBin/PythonBin.pro
index 0c4d612763..84e2b8e431 100644
--- a/PythonBin/PythonBin.pro
+++ b/PythonBin/PythonBin.pro
@@ -1,6 +1,6 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Natron ,
-# (C) 2018-2020 The Natron developers
+# (C) 2018-2021 The Natron developers
# (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
#
# Natron is free software: you can redistribute it and/or modify
diff --git a/PythonBin/python_main.cpp b/PythonBin/python_main.cpp
index b9b93e43fe..0d8b17c377 100644
--- a/PythonBin/python_main.cpp
+++ b/PythonBin/python_main.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Renderer/NatronRenderer_main.cpp b/Renderer/NatronRenderer_main.cpp
index 82daeeaa98..50b15d4aac 100644
--- a/Renderer/NatronRenderer_main.cpp
+++ b/Renderer/NatronRenderer_main.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Renderer/Renderer.pro b/Renderer/Renderer.pro
index ddd654d11f..a2b4e989f0 100644
--- a/Renderer/Renderer.pro
+++ b/Renderer/Renderer.pro
@@ -1,6 +1,6 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Natron ,
-# (C) 2018-2020 The Natron developers
+# (C) 2018-2021 The Natron developers
# (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
#
# Natron is free software: you can redistribute it and/or modify
diff --git a/Tests/BaseTest.cpp b/Tests/BaseTest.cpp
index 7bfb25fcf6..b46ca4a559 100644
--- a/Tests/BaseTest.cpp
+++ b/Tests/BaseTest.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Tests/BaseTest.h b/Tests/BaseTest.h
index e74b6afce1..84bd1552c8 100644
--- a/Tests/BaseTest.h
+++ b/Tests/BaseTest.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Tests/Curve_Test.cpp b/Tests/Curve_Test.cpp
index cc15c6ba48..a74938dec3 100644
--- a/Tests/Curve_Test.cpp
+++ b/Tests/Curve_Test.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Tests/Hash64_Test.cpp b/Tests/Hash64_Test.cpp
index c9371974a8..f770987d3e 100644
--- a/Tests/Hash64_Test.cpp
+++ b/Tests/Hash64_Test.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Tests/Image_Test.cpp b/Tests/Image_Test.cpp
index 2473a0edd9..d7f5637b16 100644
--- a/Tests/Image_Test.cpp
+++ b/Tests/Image_Test.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Tests/KnobFile_Test.cpp b/Tests/KnobFile_Test.cpp
index 9cfbf01ce9..ca5b96e175 100644
--- a/Tests/KnobFile_Test.cpp
+++ b/Tests/KnobFile_Test.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Tests/Lut_Test.cpp b/Tests/Lut_Test.cpp
index bcebd95574..1d706b7572 100644
--- a/Tests/Lut_Test.cpp
+++ b/Tests/Lut_Test.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/Tests/Tests.pro b/Tests/Tests.pro
index c8fcccedf9..5d51b53351 100644
--- a/Tests/Tests.pro
+++ b/Tests/Tests.pro
@@ -1,6 +1,6 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Natron ,
-# (C) 2018-2020 The Natron developers
+# (C) 2018-2021 The Natron developers
# (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
#
# Natron is free software: you can redistribute it and/or modify
diff --git a/Tests/Tracker_Test.cpp b/Tests/Tracker_Test.cpp
index 18ab3742b9..626515cc52 100644
--- a/Tests/Tracker_Test.cpp
+++ b/Tests/Tracker_Test.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/global.pri b/global.pri
index 2aa4752b9a..c6730cfa2d 100644
--- a/global.pri
+++ b/global.pri
@@ -1,6 +1,6 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Natron ,
-# (C) 2018-2020 The Natron developers
+# (C) 2018-2021 The Natron developers
# (C) 2013-2018 INRIA and Alexandre Gauthier
#
# Natron is free software: you can redistribute it and/or modify
diff --git a/libs.pri b/libs.pri
index 8e2a1340be..359b1c08ed 100644
--- a/libs.pri
+++ b/libs.pri
@@ -1,6 +1,6 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Natron ,
-# (C) 2018-2020 The Natron developers
+# (C) 2018-2021 The Natron developers
# (C) 2013-2018 INRIA and Alexandre Gauthier
#
# Natron is free software: you can redistribute it and/or modify
diff --git a/libs/OpenFX_extensions/ofxhParametricParam.cpp b/libs/OpenFX_extensions/ofxhParametricParam.cpp
index 80d7873f32..f1cf4d1120 100644
--- a/libs/OpenFX_extensions/ofxhParametricParam.cpp
+++ b/libs/OpenFX_extensions/ofxhParametricParam.cpp
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify
diff --git a/libs/OpenFX_extensions/ofxhParametricParam.h b/libs/OpenFX_extensions/ofxhParametricParam.h
index add8ee1e52..a87bc2cbdd 100644
--- a/libs/OpenFX_extensions/ofxhParametricParam.h
+++ b/libs/OpenFX_extensions/ofxhParametricParam.h
@@ -1,6 +1,6 @@
/* ***** BEGIN LICENSE BLOCK *****
* This file is part of Natron ,
- * (C) 2018-2020 The Natron developers
+ * (C) 2018-2021 The Natron developers
* (C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
*
* Natron is free software: you can redistribute it and/or modify