From c58a34b6491e00fa68fec6b1c11c95ff173ddc37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Wed, 23 Sep 2020 12:13:49 +0200
Subject: [PATCH] CS.

---
 src/Command/GenerateCommand.php                            | 2 +-
 src/Command/ListCommand.php                                | 2 +-
 src/Command/RenderCommand.php                              | 2 +-
 src/DependencyInjection/Builder/ClassFilterBuilder.php     | 2 +-
 src/DependencyInjection/Builder/GraphDefinitionBuilder.php | 2 +-
 src/DependencyInjection/Configuration.php                  | 2 +-
 src/DependencyInjection/IrsteaPlantUmlExtension.php        | 2 +-
 src/Doctrine/AbstractDoctrineDecorator.php                 | 2 +-
 src/Doctrine/AssociationDecorator.php                      | 2 +-
 src/Doctrine/DoctrineNamespace.php                         | 2 +-
 src/Doctrine/EntityDecorator.php                           | 2 +-
 src/Doctrine/EntityFinder.php                              | 2 +-
 src/Doctrine/Field.php                                     | 2 +-
 src/Doctrine/FieldDecorator.php                            | 2 +-
 src/Finder/ClassFinder.php                                 | 2 +-
 src/Finder/FilteringFinder.php                             | 2 +-
 src/Finder/FinderInterface.php                             | 2 +-
 src/IrsteaPlantUmlBundle.php                               | 2 +-
 src/Model/Arrow/BaseArrow.php                              | 2 +-
 src/Model/Arrow/ExtendsClass.php                           | 2 +-
 src/Model/Arrow/ImplementsInterface.php                    | 2 +-
 src/Model/Arrow/UsesTrait.php                              | 2 +-
 src/Model/ArrowInterface.php                               | 2 +-
 src/Model/ClassFilterInterface.php                         | 2 +-
 src/Model/ClassVisitor.php                                 | 2 +-
 src/Model/ClassVisitorInterface.php                        | 2 +-
 src/Model/Decorator/AbstractRelationDecorator.php          | 2 +-
 src/Model/Decorator/AttributeDecorator.php                 | 2 +-
 src/Model/Decorator/CompositeDecorator.php                 | 2 +-
 src/Model/Decorator/FilteringDecorator.php                 | 2 +-
 src/Model/Decorator/InheritableItemDecoratorTrait.php      | 2 +-
 src/Model/Decorator/InheritanceDecorator.php               | 2 +-
 src/Model/Decorator/InterfaceDecorator.php                 | 2 +-
 src/Model/Decorator/MethodDecorator.php                    | 2 +-
 src/Model/Decorator/NullDecorator.php                      | 2 +-
 src/Model/Decorator/TraitDecorator.php                     | 2 +-
 src/Model/DecoratorInterface.php                           | 2 +-
 src/Model/Filter/AbstractListFilter.php                    | 2 +-
 src/Model/Filter/AcceptAllFilter.php                       | 2 +-
 src/Model/Filter/ClassFilter.php                           | 2 +-
 src/Model/Filter/Composite/AbstractCompositeFilter.php     | 2 +-
 src/Model/Filter/Composite/AllFilter.php                   | 2 +-
 src/Model/Filter/Composite/AnyFilter.php                   | 2 +-
 src/Model/Filter/DirectoryFilter.php                       | 2 +-
 src/Model/Filter/NamespaceFilter.php                       | 2 +-
 src/Model/Graph.php                                        | 2 +-
 src/Model/GraphInterface.php                               | 2 +-
 src/Model/NamespaceInterface.php                           | 2 +-
 src/Model/Namespace_/AbstractNamespace.php                 | 2 +-
 src/Model/Namespace_/BundleNamespace.php                   | 2 +-
 src/Model/Namespace_/FlatNamespace.php                     | 2 +-
 src/Model/Namespace_/MappedNamespace.php                   | 2 +-
 src/Model/Namespace_/Php/AbstractNamespace.php             | 2 +-
 src/Model/Namespace_/Php/Namespace_.php                    | 2 +-
 src/Model/Namespace_/Php/RootNamespace.php                 | 2 +-
 src/Model/Node/BaseNode.php                                | 2 +-
 src/Model/Node/Class_.php                                  | 2 +-
 src/Model/Node/Interface_.php                              | 2 +-
 src/Model/Node/Member/AttributeInterface.php               | 2 +-
 src/Model/Node/Member/Member.php                           | 2 +-
 src/Model/Node/Member/MemberInterface.php                  | 2 +-
 src/Model/Node/Member/MethodInterface.php                  | 2 +-
 src/Model/Node/Trait_.php                                  | 2 +-
 src/Model/NodeInterface.php                                | 2 +-
 src/Model/ToConfigInterface.php                            | 2 +-
 src/Model/TypedSymbol.php                                  | 2 +-
 src/Utils/Singleton.php                                    | 2 +-
 src/Writer/AbstractWriter.php                              | 2 +-
 src/Writer/OutputWriter.php                                | 2 +-
 src/Writer/StreamWriter.php                                | 2 +-
 src/Writer/WritableArrowInterface.php                      | 2 +-
 src/Writer/WritableInterface.php                           | 2 +-
 src/Writer/WritableNodeInterface.php                       | 2 +-
 src/Writer/WriterInterface.php                             | 2 +-
 src/functions.php                                          | 2 +-
 75 files changed, 75 insertions(+), 75 deletions(-)

diff --git a/src/Command/GenerateCommand.php b/src/Command/GenerateCommand.php
index 588f6af..457843a 100644
--- a/src/Command/GenerateCommand.php
+++ b/src/Command/GenerateCommand.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Command/ListCommand.php b/src/Command/ListCommand.php
index 7fc71a2..146095f 100644
--- a/src/Command/ListCommand.php
+++ b/src/Command/ListCommand.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Command/RenderCommand.php b/src/Command/RenderCommand.php
index bc35f1c..1eb0fab 100644
--- a/src/Command/RenderCommand.php
+++ b/src/Command/RenderCommand.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/DependencyInjection/Builder/ClassFilterBuilder.php b/src/DependencyInjection/Builder/ClassFilterBuilder.php
index 8c349cc..fec7283 100644
--- a/src/DependencyInjection/Builder/ClassFilterBuilder.php
+++ b/src/DependencyInjection/Builder/ClassFilterBuilder.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/DependencyInjection/Builder/GraphDefinitionBuilder.php b/src/DependencyInjection/Builder/GraphDefinitionBuilder.php
index b2f4db1..925cc1a 100644
--- a/src/DependencyInjection/Builder/GraphDefinitionBuilder.php
+++ b/src/DependencyInjection/Builder/GraphDefinitionBuilder.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php
index e785f49..ad05dae 100644
--- a/src/DependencyInjection/Configuration.php
+++ b/src/DependencyInjection/Configuration.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/DependencyInjection/IrsteaPlantUmlExtension.php b/src/DependencyInjection/IrsteaPlantUmlExtension.php
index 6dcb626..4053a70 100644
--- a/src/DependencyInjection/IrsteaPlantUmlExtension.php
+++ b/src/DependencyInjection/IrsteaPlantUmlExtension.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Doctrine/AbstractDoctrineDecorator.php b/src/Doctrine/AbstractDoctrineDecorator.php
index aa84c05..cf32a60 100644
--- a/src/Doctrine/AbstractDoctrineDecorator.php
+++ b/src/Doctrine/AbstractDoctrineDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Doctrine/AssociationDecorator.php b/src/Doctrine/AssociationDecorator.php
index 3a8c5a5..1954fac 100644
--- a/src/Doctrine/AssociationDecorator.php
+++ b/src/Doctrine/AssociationDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Doctrine/DoctrineNamespace.php b/src/Doctrine/DoctrineNamespace.php
index a82ef20..62d03f5 100644
--- a/src/Doctrine/DoctrineNamespace.php
+++ b/src/Doctrine/DoctrineNamespace.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Doctrine/EntityDecorator.php b/src/Doctrine/EntityDecorator.php
index f04678f..8d4a1a8 100644
--- a/src/Doctrine/EntityDecorator.php
+++ b/src/Doctrine/EntityDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Doctrine/EntityFinder.php b/src/Doctrine/EntityFinder.php
index ab6182f..27f68ca 100644
--- a/src/Doctrine/EntityFinder.php
+++ b/src/Doctrine/EntityFinder.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Doctrine/Field.php b/src/Doctrine/Field.php
index 161e5fe..18cc404 100644
--- a/src/Doctrine/Field.php
+++ b/src/Doctrine/Field.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Doctrine/FieldDecorator.php b/src/Doctrine/FieldDecorator.php
index f706bd6..30eea0a 100644
--- a/src/Doctrine/FieldDecorator.php
+++ b/src/Doctrine/FieldDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Finder/ClassFinder.php b/src/Finder/ClassFinder.php
index a0b80f0..7174864 100644
--- a/src/Finder/ClassFinder.php
+++ b/src/Finder/ClassFinder.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Finder/FilteringFinder.php b/src/Finder/FilteringFinder.php
index 8b935f5..78675f2 100644
--- a/src/Finder/FilteringFinder.php
+++ b/src/Finder/FilteringFinder.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Finder/FinderInterface.php b/src/Finder/FinderInterface.php
index cbda1af..91c993c 100644
--- a/src/Finder/FinderInterface.php
+++ b/src/Finder/FinderInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/IrsteaPlantUmlBundle.php b/src/IrsteaPlantUmlBundle.php
index ea00cbf..bbbd611 100644
--- a/src/IrsteaPlantUmlBundle.php
+++ b/src/IrsteaPlantUmlBundle.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Arrow/BaseArrow.php b/src/Model/Arrow/BaseArrow.php
index 16c9808..89a444c 100644
--- a/src/Model/Arrow/BaseArrow.php
+++ b/src/Model/Arrow/BaseArrow.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Arrow/ExtendsClass.php b/src/Model/Arrow/ExtendsClass.php
index 8b18a3d..0ea0527 100644
--- a/src/Model/Arrow/ExtendsClass.php
+++ b/src/Model/Arrow/ExtendsClass.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Arrow/ImplementsInterface.php b/src/Model/Arrow/ImplementsInterface.php
index 478243a..080337e 100644
--- a/src/Model/Arrow/ImplementsInterface.php
+++ b/src/Model/Arrow/ImplementsInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Arrow/UsesTrait.php b/src/Model/Arrow/UsesTrait.php
index 6fee5f1..09e2665 100644
--- a/src/Model/Arrow/UsesTrait.php
+++ b/src/Model/Arrow/UsesTrait.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/ArrowInterface.php b/src/Model/ArrowInterface.php
index 12324ee..72b8666 100644
--- a/src/Model/ArrowInterface.php
+++ b/src/Model/ArrowInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/ClassFilterInterface.php b/src/Model/ClassFilterInterface.php
index fe7b324..10628cb 100644
--- a/src/Model/ClassFilterInterface.php
+++ b/src/Model/ClassFilterInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/ClassVisitor.php b/src/Model/ClassVisitor.php
index 0eafc48..9ae618f 100644
--- a/src/Model/ClassVisitor.php
+++ b/src/Model/ClassVisitor.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/ClassVisitorInterface.php b/src/Model/ClassVisitorInterface.php
index 88ff652..c8f74b3 100644
--- a/src/Model/ClassVisitorInterface.php
+++ b/src/Model/ClassVisitorInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Decorator/AbstractRelationDecorator.php b/src/Model/Decorator/AbstractRelationDecorator.php
index 7347864..aae498d 100644
--- a/src/Model/Decorator/AbstractRelationDecorator.php
+++ b/src/Model/Decorator/AbstractRelationDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Decorator/AttributeDecorator.php b/src/Model/Decorator/AttributeDecorator.php
index d6be840..a8548bb 100644
--- a/src/Model/Decorator/AttributeDecorator.php
+++ b/src/Model/Decorator/AttributeDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Decorator/CompositeDecorator.php b/src/Model/Decorator/CompositeDecorator.php
index 091a1ed..2274cb2 100644
--- a/src/Model/Decorator/CompositeDecorator.php
+++ b/src/Model/Decorator/CompositeDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Decorator/FilteringDecorator.php b/src/Model/Decorator/FilteringDecorator.php
index 48fa8de..e1d3fc8 100644
--- a/src/Model/Decorator/FilteringDecorator.php
+++ b/src/Model/Decorator/FilteringDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Decorator/InheritableItemDecoratorTrait.php b/src/Model/Decorator/InheritableItemDecoratorTrait.php
index 61e81c9..b1f185a 100644
--- a/src/Model/Decorator/InheritableItemDecoratorTrait.php
+++ b/src/Model/Decorator/InheritableItemDecoratorTrait.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Decorator/InheritanceDecorator.php b/src/Model/Decorator/InheritanceDecorator.php
index 2e1adbb..3675bc7 100644
--- a/src/Model/Decorator/InheritanceDecorator.php
+++ b/src/Model/Decorator/InheritanceDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Decorator/InterfaceDecorator.php b/src/Model/Decorator/InterfaceDecorator.php
index b7007f8..ca82e95 100644
--- a/src/Model/Decorator/InterfaceDecorator.php
+++ b/src/Model/Decorator/InterfaceDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Decorator/MethodDecorator.php b/src/Model/Decorator/MethodDecorator.php
index 1365ca9..0c7319f 100644
--- a/src/Model/Decorator/MethodDecorator.php
+++ b/src/Model/Decorator/MethodDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Decorator/NullDecorator.php b/src/Model/Decorator/NullDecorator.php
index 3955b6e..ae17f58 100644
--- a/src/Model/Decorator/NullDecorator.php
+++ b/src/Model/Decorator/NullDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Decorator/TraitDecorator.php b/src/Model/Decorator/TraitDecorator.php
index b75ea5b..465b8a4 100644
--- a/src/Model/Decorator/TraitDecorator.php
+++ b/src/Model/Decorator/TraitDecorator.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/DecoratorInterface.php b/src/Model/DecoratorInterface.php
index 8d4c14d..df263ef 100644
--- a/src/Model/DecoratorInterface.php
+++ b/src/Model/DecoratorInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Filter/AbstractListFilter.php b/src/Model/Filter/AbstractListFilter.php
index 27fb001..0583e5d 100644
--- a/src/Model/Filter/AbstractListFilter.php
+++ b/src/Model/Filter/AbstractListFilter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Filter/AcceptAllFilter.php b/src/Model/Filter/AcceptAllFilter.php
index e27a3c0..a2b8205 100644
--- a/src/Model/Filter/AcceptAllFilter.php
+++ b/src/Model/Filter/AcceptAllFilter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Filter/ClassFilter.php b/src/Model/Filter/ClassFilter.php
index 83a052c..c24eb61 100644
--- a/src/Model/Filter/ClassFilter.php
+++ b/src/Model/Filter/ClassFilter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Filter/Composite/AbstractCompositeFilter.php b/src/Model/Filter/Composite/AbstractCompositeFilter.php
index 7ba6fc1..7c58727 100644
--- a/src/Model/Filter/Composite/AbstractCompositeFilter.php
+++ b/src/Model/Filter/Composite/AbstractCompositeFilter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Filter/Composite/AllFilter.php b/src/Model/Filter/Composite/AllFilter.php
index 6e70d43..9e20d9c 100644
--- a/src/Model/Filter/Composite/AllFilter.php
+++ b/src/Model/Filter/Composite/AllFilter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Filter/Composite/AnyFilter.php b/src/Model/Filter/Composite/AnyFilter.php
index 41cdf91..c71bb93 100644
--- a/src/Model/Filter/Composite/AnyFilter.php
+++ b/src/Model/Filter/Composite/AnyFilter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Filter/DirectoryFilter.php b/src/Model/Filter/DirectoryFilter.php
index 9467170..c798ee7 100644
--- a/src/Model/Filter/DirectoryFilter.php
+++ b/src/Model/Filter/DirectoryFilter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Filter/NamespaceFilter.php b/src/Model/Filter/NamespaceFilter.php
index 4d4ddd8..e9ad316 100644
--- a/src/Model/Filter/NamespaceFilter.php
+++ b/src/Model/Filter/NamespaceFilter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Graph.php b/src/Model/Graph.php
index 313f0f6..0e79f5d 100644
--- a/src/Model/Graph.php
+++ b/src/Model/Graph.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/GraphInterface.php b/src/Model/GraphInterface.php
index 19d70f6..977a710 100644
--- a/src/Model/GraphInterface.php
+++ b/src/Model/GraphInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/NamespaceInterface.php b/src/Model/NamespaceInterface.php
index 17749bc..93a1e13 100644
--- a/src/Model/NamespaceInterface.php
+++ b/src/Model/NamespaceInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Namespace_/AbstractNamespace.php b/src/Model/Namespace_/AbstractNamespace.php
index 76516f1..643ec4b 100644
--- a/src/Model/Namespace_/AbstractNamespace.php
+++ b/src/Model/Namespace_/AbstractNamespace.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Namespace_/BundleNamespace.php b/src/Model/Namespace_/BundleNamespace.php
index 5a74361..7e50015 100644
--- a/src/Model/Namespace_/BundleNamespace.php
+++ b/src/Model/Namespace_/BundleNamespace.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Namespace_/FlatNamespace.php b/src/Model/Namespace_/FlatNamespace.php
index 6e93ba2..2afd1a7 100644
--- a/src/Model/Namespace_/FlatNamespace.php
+++ b/src/Model/Namespace_/FlatNamespace.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Namespace_/MappedNamespace.php b/src/Model/Namespace_/MappedNamespace.php
index e964bf0..18ca804 100644
--- a/src/Model/Namespace_/MappedNamespace.php
+++ b/src/Model/Namespace_/MappedNamespace.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Namespace_/Php/AbstractNamespace.php b/src/Model/Namespace_/Php/AbstractNamespace.php
index 078897a..1228e0b 100644
--- a/src/Model/Namespace_/Php/AbstractNamespace.php
+++ b/src/Model/Namespace_/Php/AbstractNamespace.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Namespace_/Php/Namespace_.php b/src/Model/Namespace_/Php/Namespace_.php
index c97d0c0..1f3fd3d 100644
--- a/src/Model/Namespace_/Php/Namespace_.php
+++ b/src/Model/Namespace_/Php/Namespace_.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Namespace_/Php/RootNamespace.php b/src/Model/Namespace_/Php/RootNamespace.php
index 7bc9689..537f6dd 100644
--- a/src/Model/Namespace_/Php/RootNamespace.php
+++ b/src/Model/Namespace_/Php/RootNamespace.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Node/BaseNode.php b/src/Model/Node/BaseNode.php
index 8f5b528..5f52dc8 100644
--- a/src/Model/Node/BaseNode.php
+++ b/src/Model/Node/BaseNode.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Node/Class_.php b/src/Model/Node/Class_.php
index b120b79..982f3d1 100644
--- a/src/Model/Node/Class_.php
+++ b/src/Model/Node/Class_.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Node/Interface_.php b/src/Model/Node/Interface_.php
index bd7f495..1d8f1f1 100644
--- a/src/Model/Node/Interface_.php
+++ b/src/Model/Node/Interface_.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Node/Member/AttributeInterface.php b/src/Model/Node/Member/AttributeInterface.php
index 7522504..d817376 100644
--- a/src/Model/Node/Member/AttributeInterface.php
+++ b/src/Model/Node/Member/AttributeInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Node/Member/Member.php b/src/Model/Node/Member/Member.php
index 2fe0119..e430d28 100644
--- a/src/Model/Node/Member/Member.php
+++ b/src/Model/Node/Member/Member.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Node/Member/MemberInterface.php b/src/Model/Node/Member/MemberInterface.php
index 5fbfe04..110a06f 100644
--- a/src/Model/Node/Member/MemberInterface.php
+++ b/src/Model/Node/Member/MemberInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Node/Member/MethodInterface.php b/src/Model/Node/Member/MethodInterface.php
index a854960..0309a4d 100644
--- a/src/Model/Node/Member/MethodInterface.php
+++ b/src/Model/Node/Member/MethodInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/Node/Trait_.php b/src/Model/Node/Trait_.php
index a0a1638..4350e3b 100644
--- a/src/Model/Node/Trait_.php
+++ b/src/Model/Node/Trait_.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/NodeInterface.php b/src/Model/NodeInterface.php
index 0f5c235..2230783 100644
--- a/src/Model/NodeInterface.php
+++ b/src/Model/NodeInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/ToConfigInterface.php b/src/Model/ToConfigInterface.php
index 7049b51..07a8a5b 100644
--- a/src/Model/ToConfigInterface.php
+++ b/src/Model/ToConfigInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Model/TypedSymbol.php b/src/Model/TypedSymbol.php
index 594433a..9024f81 100644
--- a/src/Model/TypedSymbol.php
+++ b/src/Model/TypedSymbol.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Utils/Singleton.php b/src/Utils/Singleton.php
index 7eb6f19..5029667 100644
--- a/src/Utils/Singleton.php
+++ b/src/Utils/Singleton.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Writer/AbstractWriter.php b/src/Writer/AbstractWriter.php
index 385a40a..cb007c2 100644
--- a/src/Writer/AbstractWriter.php
+++ b/src/Writer/AbstractWriter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Writer/OutputWriter.php b/src/Writer/OutputWriter.php
index 16b3743..b73222b 100644
--- a/src/Writer/OutputWriter.php
+++ b/src/Writer/OutputWriter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Writer/StreamWriter.php b/src/Writer/StreamWriter.php
index 567e235..96466e4 100644
--- a/src/Writer/StreamWriter.php
+++ b/src/Writer/StreamWriter.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Writer/WritableArrowInterface.php b/src/Writer/WritableArrowInterface.php
index 3056091..61f0fec 100644
--- a/src/Writer/WritableArrowInterface.php
+++ b/src/Writer/WritableArrowInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Writer/WritableInterface.php b/src/Writer/WritableInterface.php
index f09208f..5ec9a53 100644
--- a/src/Writer/WritableInterface.php
+++ b/src/Writer/WritableInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Writer/WritableNodeInterface.php b/src/Writer/WritableNodeInterface.php
index c44946f..e6c5137 100644
--- a/src/Writer/WritableNodeInterface.php
+++ b/src/Writer/WritableNodeInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/Writer/WriterInterface.php b/src/Writer/WriterInterface.php
index ed5d54d..ec88951 100644
--- a/src/Writer/WriterInterface.php
+++ b/src/Writer/WriterInterface.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/functions.php b/src/functions.php
index 8fc6b0d..d9c8ef8 100644
--- a/src/functions.php
+++ b/src/functions.php
@@ -2,7 +2,7 @@
 /*
  * This file is part of "irstea/plantuml-bundle".
  *
- * Copyright (C) 2016-2019 IRSTEA
+ * Copyright (C) 2016-2020 IRSTEA
  *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
-- 
GitLab