From 2315b24d5282690d374327cbf44b1c238a333950 Mon Sep 17 00:00:00 2001 From: ElectricMaxxx Date: Sun, 1 Jan 2017 01:21:36 +0100 Subject: [PATCH] increase licence year --- CmfTreeBrowserBundle.php | 2 +- DependencyInjection/CmfTreeBrowserExtension.php | 2 +- Form/Type/TreeSelectType.php | 2 +- Resources/assets/js/adapter/fancytree.js | 2 +- Resources/assets/js/jquery.cmf_context_menu.js | 2 +- Resources/assets/js/jquery.cmf_tree.js | 2 +- Resources/meta/LICENSE | 2 +- Tests/Unit/Form/Type/TreeSelectTypeTest.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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.