Skip to content

Commit 7b5086b

Browse files
authored
License Switch to POCL (#107)
* License Switch to POCL * License Switch to POCL
1 parent efa08fc commit 7b5086b

File tree

222 files changed

+1047
-2252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+1047
-2252
lines changed

.github/ci/files/bin/console

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
#!/usr/bin/env php
22
<?php
33
/**
4-
* Pimcore
5-
*
6-
* This source file is available under two different licenses:
7-
* - GNU General Public License version 3 (GPLv3)
8-
* - Pimcore Enterprise License (PEL)
9-
* Full copyright and license information is available in
10-
* LICENSE.md which is distributed with this source code.
11-
*
12-
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
13-
* @license http://www.pimcore.org/license GPLv3 and PEL
14-
*/
4+
* This source file is available under the terms of the
5+
* Pimcore Open Core License (POCL)
6+
* Full copyright and license information is available in
7+
* LICENSE.md which is distributed with this source code.
8+
*
9+
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.com)
10+
* @license Pimcore Open Core License (POCL)
11+
*/
1512

1613
ob_get_clean();
1714

.github/ci/files/kernel/Kernel.php

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<?php
22
/**
3-
* Pimcore
4-
*
5-
* This source file is available under two different licenses:
6-
* - GNU General Public License version 3 (GPLv3)
7-
* - Pimcore Enterprise License (PEL)
8-
* Full copyright and license information is available in
9-
* LICENSE.md which is distributed with this source code.
10-
*
11-
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
12-
* @license http://www.pimcore.org/license GPLv3 and PEL
13-
*/
3+
* This source file is available under the terms of the
4+
* Pimcore Open Core License (POCL)
5+
* Full copyright and license information is available in
6+
* LICENSE.md which is distributed with this source code.
7+
*
8+
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.com)
9+
* @license Pimcore Open Core License (POCL)
10+
*/
1411

1512
namespace App;
1613

.github/ci/files/public/index_test.php

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<?php
22
/**
3-
* Pimcore
4-
*
5-
* This source file is available under two different licenses:
6-
* - GNU General Public License version 3 (GPLv3)
7-
* - Pimcore Enterprise License (PEL)
8-
* Full copyright and license information is available in
9-
* LICENSE.md which is distributed with this source code.
10-
*
11-
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
12-
* @license http://www.pimcore.org/license GPLv3 and PEL
13-
*/
3+
* This source file is available under the terms of the
4+
* Pimcore Open Core License (POCL)
5+
* Full copyright and license information is available in
6+
* LICENSE.md which is distributed with this source code.
7+
*
8+
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.com)
9+
* @license Pimcore Open Core License (POCL)
10+
*/
1411

1512
use Pimcore\Tool;
1613
use Symfony\Component\HttpFoundation\Request;

.php-cs-fixer.dist.php

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,17 @@
1414
'@PSR2' => true,
1515
'array_syntax' => ['syntax' => 'short'],
1616

17-
'header_comment' => [
18-
'comment_type' => 'PHPDoc',
19-
'header' => 'Pimcore' . PHP_EOL . PHP_EOL .
20-
'This source file is available under two different licenses:' . PHP_EOL .
21-
'- GNU General Public License version 3 (GPLv3)' . PHP_EOL .
22-
'- Pimcore Commercial License (PCL)' . PHP_EOL .
23-
'Full copyright and license information is available in' . PHP_EOL .
24-
'LICENSE.md which is distributed with this source code.' . PHP_EOL .
25-
PHP_EOL .
26-
' @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)' . PHP_EOL .
27-
' @license http://www.pimcore.org/license GPLv3 and PCL'
28-
],
17+
'header_comment' => [
18+
'comment_type' => 'PHPDoc',
19+
'header' =>
20+
'This source file is available under the terms of the' . PHP_EOL .
21+
'Pimcore Open Core License (POCL)' . PHP_EOL .
22+
'Full copyright and license information is available in' . PHP_EOL .
23+
'LICENSE.md which is distributed with this source code.' . PHP_EOL .
24+
PHP_EOL .
25+
' @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)' . PHP_EOL .
26+
' @license Pimcore Open Core License (POCL)'
27+
],
2928

3029
'blank_line_before_statement' => true,
3130
'encoding' => true,

LICENSE.md

Lines changed: 147 additions & 26 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pimcore/static-resolver-bundle",
3-
"license": "GPL-3.0+",
3+
"license": "proprietary",
44
"type": "pimcore-bundle",
55
"description": "Pimcore Static Resolver Bundle",
66
"config": {

0 commit comments

Comments
 (0)