diff --git a/CmfTreeBrowserBundle.php b/CmfTreeBrowserBundle.php index 4cb2c85..55ac73a 100644 --- a/CmfTreeBrowserBundle.php +++ b/CmfTreeBrowserBundle.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony CMF package. * - * (c) 2011-2015 Symfony CMF + * (c) 2011-2017 Symfony CMF * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/DependencyInjection/CmfTreeBrowserExtension.php b/DependencyInjection/CmfTreeBrowserExtension.php index 168d037..13eb9ca 100644 --- a/DependencyInjection/CmfTreeBrowserExtension.php +++ b/DependencyInjection/CmfTreeBrowserExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony CMF package. * - * (c) 2011-2015 Symfony CMF + * (c) 2011-2017 Symfony CMF * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Type/TreeSelectType.php b/Form/Type/TreeSelectType.php index 6242d17..0a026ec 100644 --- a/Form/Type/TreeSelectType.php +++ b/Form/Type/TreeSelectType.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony CMF package. * - * (c) 2011-2015 Symfony CMF + * (c) 2011-2017 Symfony CMF * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resources/assets/js/adapter/fancytree.js b/Resources/assets/js/adapter/fancytree.js index 933efa5..e11d36e 100644 --- a/Resources/assets/js/adapter/fancytree.js +++ b/Resources/assets/js/adapter/fancytree.js @@ -1,7 +1,7 @@ /* * This file is part of the Symfony CMF package. * - * (c) 2011-2015 Symfony CMF + * (c) 2011-2017 Symfony CMF * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resources/assets/js/jquery.cmf_context_menu.js b/Resources/assets/js/jquery.cmf_context_menu.js index 85bddd9..96b02eb 100644 --- a/Resources/assets/js/jquery.cmf_context_menu.js +++ b/Resources/assets/js/jquery.cmf_context_menu.js @@ -1,7 +1,7 @@ /* * This file is part of the Symfony CMF package. * - * (c) 2011-2015 Symfony CMF + * (c) 2011-2017 Symfony CMF * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resources/assets/js/jquery.cmf_tree.js b/Resources/assets/js/jquery.cmf_tree.js index ec1b52e..26a75b2 100644 --- a/Resources/assets/js/jquery.cmf_tree.js +++ b/Resources/assets/js/jquery.cmf_tree.js @@ -1,7 +1,7 @@ /* * This file is part of the Symfony CMF package. * - * (c) 2011-2015 Symfony CMF + * (c) 2011-2017 Symfony CMF * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resources/meta/LICENSE b/Resources/meta/LICENSE index 1be36f0..81a01c4 100644 --- a/Resources/meta/LICENSE +++ b/Resources/meta/LICENSE @@ -2,7 +2,7 @@ TreeBrowerBundle The MIT License - Copyright (c) 2011-2015 Symfony CMF + Copyright (c) 2011-2017 Symfony CMF Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/Unit/Form/Type/TreeSelectTypeTest.php b/Tests/Unit/Form/Type/TreeSelectTypeTest.php index 57c501c..5273c20 100644 --- a/Tests/Unit/Form/Type/TreeSelectTypeTest.php +++ b/Tests/Unit/Form/Type/TreeSelectTypeTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony CMF package. * - * (c) 2011-2015 Symfony CMF + * (c) 2011-2017 Symfony CMF * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.