@@ -1,18 +1,18 @@ |
||
1 | 1 | <?php |
2 | 2 | declare(strict_types=1); |
3 | 3 | |
4 | - /** |
|
5 | - * BEdita, API-first content management framework |
|
6 | - * Copyright 2020 ChannelWeb Srl, Chialab Srl |
|
7 | - * |
|
8 | - * This file is part of BEdita: you can redistribute it and/or modify |
|
9 | - * it under the terms of the GNU Lesser General Public License as published |
|
10 | - * by the Free Software Foundation, either version 3 of the License, or |
|
11 | - * (at your option) any later version. |
|
12 | - * |
|
13 | - * See LICENSE.LGPL or <http://gnu.org/licenses/lgpl-3.0.html> for more details. |
|
14 | - */ |
|
15 | - namespace BEdita\WebTools\Utility\Asset\Strategy; |
|
4 | + /** |
|
5 | + * BEdita, API-first content management framework |
|
6 | + * Copyright 2020 ChannelWeb Srl, Chialab Srl |
|
7 | + * |
|
8 | + * This file is part of BEdita: you can redistribute it and/or modify |
|
9 | + * it under the terms of the GNU Lesser General Public License as published |
|
10 | + * by the Free Software Foundation, either version 3 of the License, or |
|
11 | + * (at your option) any later version. |
|
12 | + * |
|
13 | + * See LICENSE.LGPL or <http://gnu.org/licenses/lgpl-3.0.html> for more details. |
|
14 | + */ |
|
15 | + namespace BEdita\WebTools\Utility\Asset\Strategy; |
|
16 | 16 | |
17 | 17 | use BEdita\WebTools\Utility\Asset\AssetStrategy; |
18 | 18 | use Cake\Utility\Hash; |