Skip to content

Commit 32bf9b2

Browse files
author
Franz Wilding
committed
change license to MIT for version 0.10
1 parent 510553c commit 32bf9b2

File tree

6 files changed

+26
-679
lines changed

6 files changed

+26
-679
lines changed

LICENSE

+21-674
Large diffs are not rendered by default.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unite-cms/unite-cms",
33
"type": "project",
4-
"license": "GPL-3.0-or-later",
4+
"license": "MIT",
55
"minimum-stability": "RC",
66
"autoload": {
77
"psr-4": {

src/Bundle/AdminBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unite-cms/admin-bundle",
33
"type": "symfony-bundle",
4-
"license": "GPL-3.0-or-later",
4+
"license": "MIT",
55
"description": "Admin interface for unite cms",
66
"require": {
77
"unite-cms/core-bundle": "0@dev",

src/Bundle/CoreBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unite-cms/core-bundle",
33
"type": "symfony-bundle",
4-
"license": "GPL-3.0-or-later",
4+
"license": "MIT",
55
"description": "Core functionality for unite cms",
66
"require": {
77
"php": "^7.2",

src/Bundle/DoctrineORMBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unite-cms/doctrine-orm-bundle",
33
"type": "symfony-bundle",
4-
"license": "GPL-3.0-or-later",
4+
"license": "MIT",
55
"description": "Adds doctrine orm support (MySQL, PostgreSQL, MariaDB etc.) for unite cms",
66
"require": {
77
"unite-cms/core-bundle": "0@dev",

src/Bundle/MediaBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unite-cms/media-bundle",
33
"type": "symfony-bundle",
4-
"license": "GPL-3.0-or-later",
4+
"license": "MIT",
55
"description": "File and media handling for for unite cms",
66
"require": {
77
"unite-cms/core-bundle": "0@dev",

0 commit comments

Comments
 (0)