Skip to content

Commit 5179bcf

Browse files
authored
License Switch to POCL (#973)
* License Switch to POCL * License Switch to POCL * Apply php-cs-fixer changes --------- Co-authored-by: fashxp <8792145+fashxp@users.noreply.github.com>
1 parent 05575f5 commit 5179bcf

File tree

452 files changed

+2064
-4010
lines changed

Some content is hidden

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

452 files changed

+2064
-4010
lines changed

.github/ISSUE_TEMPLATE/Bug-Report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
## Important notice
10-
As an open source project we love to work together with our community to improve and develop our products.
10+
As an open core project we love to work together with our community to improve and develop our products.
1111
It's also important for us to make clear that **we're not working for you or your company**,
1212
but we enjoy to work together to solve existing bugs.
1313
So we would love to see PRs with bugfixes, discuss them and we are happy to merge them when they are ready.

.github/ISSUE_TEMPLATE/Feature-Request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
## Important notice
10-
As an open source project we love to work together with our community to improve and develop our products.
10+
As an open core project we love to work together with our community to improve and develop our products.
1111
It's also important for us to make clear that **we're not working for you or your company**,
1212
but we enjoy to work together to improve or add new features to the product.
1313
So we are always ready to discuss features and improvements with our community.

.github/ISSUE_TEMPLATE/Improvement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
## Important notice
10-
As an open source project we love to work together with our community to improve and develop our products.
10+
As an open core project we love to work together with our community to improve and develop our products.
1111
It's also important for us to make clear that **we're not working for you or your company**,
1212
but we enjoy to work together to improve or add new features to the product.
1313
So we are always ready to discuss features and improvements with our community.

.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
use Symfony\Component\Console\Input\InputInterface;
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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@
2222

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

3635
'blank_line_before_statement' => true,

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We use GitHub issues exclusively to track all bugs and features.
77
* [Open an issue](https://github.com/pimcore/data-hub/issues) here on GitHub.
88
If you can, **please provide a fix and create a pull request (PR) instead**; this will automatically create an issue for you.
99
* Report security issues only to security@pimcore.org
10-
* Please be patient as not all items will be tested immediately - remember, Pimcore Datahub is open source and free of charge.
10+
* Please be patient as not all items will be tested immediately - remember, Pimcore Datahub is open core and free of charge.
1111
* Occasionally we'll close issues if they appear stale or are too vague - please don't take this personally!
1212
Please feel free to re-open issues we've closed if there's something we've missed, and they still need to be addressed.
1313

0 commit comments

Comments
 (0)