From e78a13f7174fc17b8bfc464e19c8c1e33c06e05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Wed, 20 Mar 2019 20:20:03 +0100 Subject: [PATCH] [Workflow] Added missing license header --- src/Symfony/Component/Workflow/StateMachine.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Symfony/Component/Workflow/StateMachine.php b/src/Symfony/Component/Workflow/StateMachine.php index 00cfdac7d493a..bd8853ac66fb8 100644 --- a/src/Symfony/Component/Workflow/StateMachine.php +++ b/src/Symfony/Component/Workflow/StateMachine.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Workflow; use Symfony\Component\EventDispatcher\EventDispatcherInterface;