Skip to content

Commit 0f37752

Browse files
authored
Merge pull request #75 from dachcom-digital/license_adjustment
adjust license
2 parents 2ce96a8 + 99e3cbd commit 0f37752

File tree

19 files changed

+250
-330
lines changed

19 files changed

+250
-330
lines changed

.github/workflows/ecs-fix.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Coding standard refactor
2+
on:
3+
schedule:
4+
- cron: '0 0 * * SUN'
5+
workflow_dispatch: ~
6+
7+
jobs:
8+
ecs-fix:
9+
runs-on: ubuntu-latest
10+
timeout-minutes: 5
11+
strategy:
12+
fail-fast: false
13+
matrix:
14+
branch: [ 'master' ]
15+
steps:
16+
- uses: actions/checkout@v4
17+
with:
18+
ref: ${{ matrix.branch }}
19+
20+
- name: Setup PHP
21+
uses: shivammathur/setup-php@v2
22+
with:
23+
php-version: 8.3
24+
25+
- name: Composer install
26+
run: composer install --no-interaction --no-scripts
27+
28+
- name: Run ECS
29+
run: |
30+
vendor/bin/ecs check src --fix --config ecs.php
31+
32+
- name: Create Pull Request
33+
uses: peter-evans/create-pull-request@v4
34+
with:
35+
commit-message: '[CS] Refactor'
36+
author: DACHCOM Bot <[email protected]>
37+
title: '[CS] Refactor'
38+
body: |
39+
This PR has been generated automatically to fix code-styles
40+
labels: |
41+
Enhancement
42+
branch: coding-standard/refactor-${{ matrix.branch }}
43+
delete-branch: true
44+
base: ${{ matrix.branch }}

.github/workflows/ecs.yml

Lines changed: 0 additions & 117 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ atlassian-ide-plugin.xml
4040
.project
4141
ehthumbs.db
4242
Thumbs.db
43-
Vagrantfile
44-
.vagrant
4543
php-cgi.core
46-
.sass-cache
44+
/vendor/
45+
/composer.lock
4746

4847
# codeception (only stage *.dist.yml config files)
4948
/codeception.yml

LICENSE.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# License
2-
Copyright (C) 2023 DACHCOM.DIGITAL
2+
Copyright (C) DACHCOM.DIGITAL
33

4-
This software is available under the GNU General Public License version 3 (GPLv3).
4+
This software is available under two different licenses:
5+
* GNU General Public License version 3 (GPLv3) as Pimcore Community Edition
6+
* DACHCOM Commercial License (DCL)
57

6-
### GNU General Public License version 3 (GPLv3)
7-
If you decide to choose the GPLv3 license, you must comply with the following terms:
8+
The default SEO Bundle license, without a valid DACHCOM Commercial License agreement, is the Open-Source GPLv3 license.
9+
10+
## GNU General Public License version 3 (GPLv3)
11+
If you decide to choose the GPLv3 license, you must comply with the following terms:
812

913
This program is free software: you can redistribute it and/or modify
1014
it under the terms of the GNU General Public License as published by
@@ -13,10 +17,14 @@ the Free Software Foundation, either version 3 of the License, or
1317

1418
This program is distributed in the hope that it will be useful,
1519
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1721
GNU General Public License for more details.
1822

1923
You should have received a copy of the GNU General Public License
2024
along with this program. If not, see <http://www.gnu.org/licenses/>.
2125

22-
[GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html)
26+
## DACHCOM Commercial License (DCL)
27+
Alternatively, commercial and supported versions of the program - also known as
28+
Commercial Distributions - must be used in accordance with the terms and conditions
29+
contained in a separate written agreement between you and DACHCOM.DIGITAL AG.
30+
For more information about the SEO Bundle Commercial License (DCL) please contact [email protected].

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Pimcore SEO Bundle
22
[![Software License](https://img.shields.io/badge/license-GPLv3-brightgreen.svg?style=flat-square)](LICENSE.md)
3+
[![Software License](https://img.shields.io/badge/license-DCL-white.svg?style=flat-square&color=%23ff5c5c)](LICENSE.md)
34
[![Latest Release](https://img.shields.io/packagist/v/dachcom-digital/seo.svg?style=flat-square)](https://packagist.org/packages/dachcom-digital/seo)
45
[![Tests](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-seo/.github/workflows/codeception.yml?branch=master&style=flat-square&logo=github&label=codeception)](https://github.com/dachcom-digital/pimcore-seo/actions?query=workflow%3ACodeception+branch%3Amaster)
56
[![PhpStan](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-seo/.github/workflows/php-stan.yml?branch=master&style=flat-square&logo=github&label=phpstan%20level%204)](https://github.com/dachcom-digital/pimcore-seo/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster)
@@ -35,7 +36,7 @@ The last SEO Bundle for pimcore you'll ever need!
3536

3637
```json
3738
"require" : {
38-
"dachcom-digital/seo" : "~3.1.0",
39+
"dachcom-digital/seo" : "~3.2.0",
3940
}
4041
```
4142

@@ -74,12 +75,12 @@ This Bundle needs some preparation. Please check out the [Setup && Overview](doc
7475
- Use [dachcom-digital/jobs](https://github.com/dachcom-digital/pimcore-jobs) to push job data via google index!
7576
- Use [dachcom-digital/schema](https://github.com/dachcom-digital/pimcore-schema) to generate schema blocks via PHP API with ease!
7677

78+
## Upgrade Info
79+
Before updating, please [check our upgrade notes!](UPGRADE.md)
80+
7781
## License
7882
**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
7983
[dachcom.com](https://www.dachcom.com), [email protected]
8084
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.
8185

8286
For licensing details please visit [LICENSE.md](LICENSE.md)
83-
84-
## Upgrade Info
85-
Before updating, please [check our upgrade notes!](UPGRADE.md)

UPGRADE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upgrade Notes
22

3+
## 3.2.0
4+
- [LICENSE] Dual-License with GPL and Dachcom Commercial License (DCL) added
5+
- [ENHANCEMENT] Google Worker: Use new namespaces
6+
37
## 3.1.3
48
- **[ENHANCEMENT]** Allow no auth_config for Google Index Worker [@dpfaffenbauer](https://github.com/dachcom-digital/pimcore-seo/pull/69)
59
- **[BUGFIX]** Fix Migration and Installer

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "dachcom-digital/seo",
33
"type": "pimcore-bundle",
4-
"license": "GPL-3.0-or-later",
4+
"license": [
5+
"GPL-3.0-or-later",
6+
"proprietary"
7+
],
58
"description": "Pimcore SEO Enrichment Bundle",
69
"keywords": ["pimcore", "seo"],
710
"homepage": "https://github.com/dachcom-digital/pimcore-seo",
@@ -33,16 +36,16 @@
3336
"require": {
3437
"ext-dom": "*",
3538
"pimcore/pimcore": "^11.0",
36-
"google/apiclient": "^2.0",
39+
"google/apiclient": "^2.12",
3740
"doctrine/orm": "^2.7"
3841
},
3942
"require-dev": {
4043
"codeception/codeception": "^5.0",
4144
"codeception/module-symfony": "^3.1",
4245
"codeception/module-webdriver": "^4.0",
43-
"phpstan/phpstan": "^1.0",
44-
"phpstan/phpstan-symfony": "^1.0",
45-
"symplify/easy-coding-standard": "^9.0"
46+
"phpstan/phpstan": "^2.0",
47+
"phpstan/phpstan-symfony": "^2.0",
48+
"symplify/easy-coding-standard": "~12.2.0"
4649
},
4750
"suggest": {
4851
"dachcom-digital/schema": "^3.0"

0 commit comments

Comments
 (0)