diff --git a/src/Command/CheckCommand.php b/src/Command/CheckCommand.php
index a9d681e5892608e96d9f9b96cd75428dae770c5a..b543b6310af115d182e94e2ea767697e48eb84ff 100644
--- a/src/Command/CheckCommand.php
+++ b/src/Command/CheckCommand.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Command/CollectGarbageCommand.php b/src/Command/CollectGarbageCommand.php
index ccc5b83e8432eef646dd05ab3fd4f4d935b419a4..7bd569a140a784f04ab94c649b2f64cc6e239f19 100644
--- a/src/Command/CollectGarbageCommand.php
+++ b/src/Command/CollectGarbageCommand.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Command/CreateCommand.php b/src/Command/CreateCommand.php
index 05c03c9e2fab67a652eb9d53442be46e75176763..c5f2afd3e13b0a1e31cc1e88515a7f1de6075302 100644
--- a/src/Command/CreateCommand.php
+++ b/src/Command/CreateCommand.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Command/ReadCommand.php b/src/Command/ReadCommand.php
index 750c736ab5c2a948039168b03e297cc0adad5df8..ca9ff5a6c7c1546b5b56d595005670a4fac66f5a 100644
--- a/src/Command/ReadCommand.php
+++ b/src/Command/ReadCommand.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Controller/UploadController.php b/src/Controller/UploadController.php
index c07aa4eb86f95c86994ae5308d91f85e32e8e36b..ed4e974ec10b309596baeed97f6c1848e2d618d0 100644
--- a/src/Controller/UploadController.php
+++ b/src/Controller/UploadController.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Controller/UploadedFileController.php b/src/Controller/UploadedFileController.php
index c31ba1f27606474b49b784dc714e02f654cedf71..2e14b8e932d1a48241ce3c5df1d6a1396af59067 100644
--- a/src/Controller/UploadedFileController.php
+++ b/src/Controller/UploadedFileController.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php
index ee72ec6e5bf0763beb647ac6945c9c11692518b6..dd8e44a0325c859c5d5867953f288080ba337f30 100644
--- a/src/DependencyInjection/Configuration.php
+++ b/src/DependencyInjection/Configuration.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/DependencyInjection/IrsteaFileUploadExtension.php b/src/DependencyInjection/IrsteaFileUploadExtension.php
index 4044a162a1a7b04a8c24eb026ef8514504723915..a720d4ba6cf7561be8334267c162e8d8e965aa55 100644
--- a/src/DependencyInjection/IrsteaFileUploadExtension.php
+++ b/src/DependencyInjection/IrsteaFileUploadExtension.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Entity/Repository/UploadedFileRepository.php b/src/Entity/Repository/UploadedFileRepository.php
index 99933d7293c72fa86bae6a43a4fe3939c6c06027..281349202b4dca2bdfc0904b1b55e59268bbd946 100644
--- a/src/Entity/Repository/UploadedFileRepository.php
+++ b/src/Entity/Repository/UploadedFileRepository.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Entity/UploadedFile.php b/src/Entity/UploadedFile.php
index d8e78b4c4c37073b2e1be990c697752d20961ffb..20c5b3d0131a7494284010451239c873f65be3e8 100644
--- a/src/Entity/UploadedFile.php
+++ b/src/Entity/UploadedFile.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Event/FileUploadCompleteEvent.php b/src/Event/FileUploadCompleteEvent.php
index 5b624c722fb08529b6e61fb91708bcdc73cbb6cb..47ddde60145ffc818cacbd3f9f40242ab6d260fb 100644
--- a/src/Event/FileUploadCompleteEvent.php
+++ b/src/Event/FileUploadCompleteEvent.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Exception/Exception.php b/src/Exception/Exception.php
index 29b75e6dd5e2c6b476499a71227ebe2a7f00dad1..dfe9751c313ee77b13356fbe86bc027cd969d332 100644
--- a/src/Exception/Exception.php
+++ b/src/Exception/Exception.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Exception/RejectedFileException.php b/src/Exception/RejectedFileException.php
index d06277c6ffe59de3ee11087191e2f020d2dc7e6d..5d83882c26ca712bef058a8c7e2830f0362ab2f3 100644
--- a/src/Exception/RejectedFileException.php
+++ b/src/Exception/RejectedFileException.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/FileUploadEvents.php b/src/FileUploadEvents.php
index adc1ddf3c507ce0c7e68ac64774f44a2a6c9a85d..c34271b54f8ebc80af9b20258b104268619b70df 100644
--- a/src/FileUploadEvents.php
+++ b/src/FileUploadEvents.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Form/DataTranformer/UploadedFileTransformer.php b/src/Form/DataTranformer/UploadedFileTransformer.php
index f42be6e57fdac6b3265b24fe13ea8ec799311b8d..31ad0b8fff787595d5f61b61846c9eb10941213f 100644
--- a/src/Form/DataTranformer/UploadedFileTransformer.php
+++ b/src/Form/DataTranformer/UploadedFileTransformer.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Form/Type/FileUploadType.php b/src/Form/Type/FileUploadType.php
index 993b4afb5e94f8ffec3f63afbb2526177ec8794f..49493e5ecf507cb658f4120e426030f92c97c442 100644
--- a/src/Form/Type/FileUploadType.php
+++ b/src/Form/Type/FileUploadType.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Http/UploadedFileResponse.php b/src/Http/UploadedFileResponse.php
index a11b978c2e4b3c2e12103dec2d36b6ef4b221187..c8019f8197da7f1bc6440bef45214bf5e489637a 100644
--- a/src/Http/UploadedFileResponse.php
+++ b/src/Http/UploadedFileResponse.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/IrsteaFileUploadBundle.php b/src/IrsteaFileUploadBundle.php
index 0a5ca7f2f691f3a16c6be2aa709083c0592607b1..33fa8ef05c98c9b404340e4733576d6ec412fa45 100644
--- a/src/IrsteaFileUploadBundle.php
+++ b/src/IrsteaFileUploadBundle.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Listener/CreationDataListener.php b/src/Listener/CreationDataListener.php
index df8ade07ac7633f5dfd888eb41707292dd3a2b66..f742192bb8c113089bbb4c1a2f71841d2393b126 100644
--- a/src/Listener/CreationDataListener.php
+++ b/src/Listener/CreationDataListener.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Listener/UploadedFileListener.php b/src/Listener/UploadedFileListener.php
index cce11d12b07c40e5c6ae4d4d7df6406a9f311a6e..99cf0bcb6d1dfa747779e9cfdd3ffdacc5978f79 100644
--- a/src/Listener/UploadedFileListener.php
+++ b/src/Listener/UploadedFileListener.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Listener/VirusScannerListener.php b/src/Listener/VirusScannerListener.php
index c79d637ba718ee6984a04610c50b71348590581f..a04bcac090471f70baadfe27b829c0c438259daa 100644
--- a/src/Listener/VirusScannerListener.php
+++ b/src/Listener/VirusScannerListener.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Model/FileManagerInterface.php b/src/Model/FileManagerInterface.php
index 75a08316a7e0e6a23848d348036740efa4348d85..23fac27625a734928729e45f8e0fb54b53dd06fe 100644
--- a/src/Model/FileManagerInterface.php
+++ b/src/Model/FileManagerInterface.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Model/UploadedFileInterface.php b/src/Model/UploadedFileInterface.php
index ac6baea691e7e978b86bb1bda73db67a6791a23e..c5dfd15ca902b863101901647184e21ce1798972 100644
--- a/src/Model/UploadedFileInterface.php
+++ b/src/Model/UploadedFileInterface.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Service/FileUrlGenerator.php b/src/Service/FileUrlGenerator.php
index cbf30fdc46f6ba0d295093f8ae77236065de5caa..3cdd2dabf8064c3cc487ff20c49a48512cb173ef 100644
--- a/src/Service/FileUrlGenerator.php
+++ b/src/Service/FileUrlGenerator.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Service/FileUrlGeneratorInterface.php b/src/Service/FileUrlGeneratorInterface.php
index 149cfac9269b77e787d2f2a5e90f924883adc3d2..ef3e1ee761f1af0c547fe95cd396adf8dcf9fa3e 100644
--- a/src/Service/FileUrlGeneratorInterface.php
+++ b/src/Service/FileUrlGeneratorInterface.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Twig/FileUploadExtension.php b/src/Twig/FileUploadExtension.php
index 1c01f1074cdb9f0ffe9c0bd09f5e816d97ed0fd6..d5bc18a2c54282a358bc9fe8c86432510143826f 100644
--- a/src/Twig/FileUploadExtension.php
+++ b/src/Twig/FileUploadExtension.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Utils/MimeTypeIcon.php b/src/Utils/MimeTypeIcon.php
index 57cd4d6dd467b988bc839fca3a9b3318cbad3d9b..f442d6547f64303d940490ac6d44d446e9aee865 100644
--- a/src/Utils/MimeTypeIcon.php
+++ b/src/Utils/MimeTypeIcon.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Validation/FileMimeType.php b/src/Validation/FileMimeType.php
index b8b1897b77ba7348a1cb4911ce4c8aca03bdbca3..5c5a863454966fe97acab399ca6217dd94e4a079 100644
--- a/src/Validation/FileMimeType.php
+++ b/src/Validation/FileMimeType.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Validation/FileMimeTypeValidator.php b/src/Validation/FileMimeTypeValidator.php
index e81b823e43c780d89b257fa8d8739cfbe3dc8458..136d71910eb9e064139f53b5db62d1c3bfd539c7 100644
--- a/src/Validation/FileMimeTypeValidator.php
+++ b/src/Validation/FileMimeTypeValidator.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Validation/FileSize.php b/src/Validation/FileSize.php
index c995ff09c8493b2bef83b33d190279056c72c5b0..8fd5f174f588ae48bf9ede5aa0ee1b1b3a0b1cc8 100644
--- a/src/Validation/FileSize.php
+++ b/src/Validation/FileSize.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/src/Validation/FileSizeValidator.php b/src/Validation/FileSizeValidator.php
index ab523f33cc82080acf05971898e38272176ae844..177333f16e944cc5f40b4d486a1a151fbadd5d6f 100644
--- a/src/Validation/FileSizeValidator.php
+++ b/src/Validation/FileSizeValidator.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/tests/Entity/UploadedFileTest.php b/tests/Entity/UploadedFileTest.php
index deced93557b53d5de532105c39b20a4f34a5c40a..732e51340c5c3bc5f560349050084ea950054f17 100644
--- a/tests/Entity/UploadedFileTest.php
+++ b/tests/Entity/UploadedFileTest.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/tests/Form/DataTranformer/UploadedFileTransformerTest.php b/tests/Form/DataTranformer/UploadedFileTransformerTest.php
index 2f49be8471147f21e03cd65a6c87878f978ce0f9..8fa1fdd8bc81144b0ef8572493a6f71f9f0eab79 100644
--- a/tests/Form/DataTranformer/UploadedFileTransformerTest.php
+++ b/tests/Form/DataTranformer/UploadedFileTransformerTest.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/tests/Listener/UploadedFileListenerTest.php b/tests/Listener/UploadedFileListenerTest.php
index 6a9aaf3b31fd59936ae62a916b7ca0bf51796586..d2bef037f4952be8a1eeb50989fd36e0ba052a3d 100644
--- a/tests/Listener/UploadedFileListenerTest.php
+++ b/tests/Listener/UploadedFileListenerTest.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/tests/Listener/VirusScannerListenerTest.php b/tests/Listener/VirusScannerListenerTest.php
index ef71021d02c9d064b83ec68303ba92a86207f7da..fcfc7c8c736fe962ee153b051443a1bad6358425 100644
--- a/tests/Listener/VirusScannerListenerTest.php
+++ b/tests/Listener/VirusScannerListenerTest.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */
 
diff --git a/tests/Utils/MimeTypeIconTest.php b/tests/Utils/MimeTypeIconTest.php
index 7d03bd03a880af5d39f0dfca1554ec28f67ab0df..8054d730a5454849c5a130413ef2b68e35bc9d33 100644
--- a/tests/Utils/MimeTypeIconTest.php
+++ b/tests/Utils/MimeTypeIconTest.php
@@ -1,6 +1,6 @@
 <?php declare(strict_types=1);
 /*
- * Copyright (C) 2015-2017 IRSTEA
+ * Copyright (C) 2015-2018 IRSTEA
  * All rights reserved.
  */