Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 2315b24

Browse files
committed
increase licence year
1 parent c4329be commit 2315b24

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

CmfTreeBrowserBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2015 Symfony CMF
6+
* (c) 2011-2017 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

DependencyInjection/CmfTreeBrowserExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2015 Symfony CMF
6+
* (c) 2011-2017 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Form/Type/TreeSelectType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2015 Symfony CMF
6+
* (c) 2011-2017 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Resources/assets/js/adapter/fancytree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the Symfony CMF package.
33
*
4-
* (c) 2011-2015 Symfony CMF
4+
* (c) 2011-2017 Symfony CMF
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

Resources/assets/js/jquery.cmf_context_menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the Symfony CMF package.
33
*
4-
* (c) 2011-2015 Symfony CMF
4+
* (c) 2011-2017 Symfony CMF
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

Resources/assets/js/jquery.cmf_tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the Symfony CMF package.
33
*
4-
* (c) 2011-2015 Symfony CMF
4+
* (c) 2011-2017 Symfony CMF
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

Resources/meta/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TreeBrowerBundle
22

33
The MIT License
44

5-
Copyright (c) 2011-2015 Symfony CMF
5+
Copyright (c) 2011-2017 Symfony CMF
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

Tests/Unit/Form/Type/TreeSelectTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2015 Symfony CMF
6+
* (c) 2011-2017 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

0 commit comments

Comments
 (0)