Skip to content

Commit 405533b

Browse files
committed
Add GPL 2.0 or later to all the composer files
1 parent 77c3420 commit 405533b

File tree

16 files changed

+16
-0
lines changed

16 files changed

+16
-0
lines changed

components/BlockParser/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wp-php-toolkit/blockparser",
33
"description": "BlockParser component for WordPress.",
44
"type": "library",
5+
"license": "GPL-2.0-or-later",
56
"require": {
67
"php": ">=7.2"
78
},

components/Blueprints/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wp-php-toolkit/blueprints",
33
"description": "Blueprints component for WordPress.",
44
"type": "library",
5+
"license": "GPL-2.0-or-later",
56
"authors": [
67
{
78
"name": "Adam Zielinski",

components/ByteStream/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wp-php-toolkit/bytestream",
33
"description": "ByteStream component for WordPress.",
44
"type": "library",
5+
"license": "GPL-2.0-or-later",
56
"authors": [
67
{
78
"name": "Adam Zielinski",

components/CLI/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wp-php-toolkit/cli",
33
"description": "CLI component for WordPress.",
44
"type": "library",
5+
"license": "GPL-2.0-or-later",
56
"authors": [
67
{
78
"name": "Adam Zielinski",

components/CORSProxy/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wp-php-toolkit/corsproxy",
33
"description": "CORSProxy component for WordPress.",
44
"type": "library",
5+
"license": "GPL-2.0-or-later",
56
"authors": [
67
{
78
"name": "Adam Zielinski",

components/DataLiberation/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wp-php-toolkit/data-liberation",
33
"description": "Data Liberation component for WordPress.",
44
"type": "library",
5+
"license": "GPL-2.0-or-later",
56
"authors": [
67
{
78
"name": "Adam Zielinski",

components/Encoding/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wp-php-toolkit/encoding",
33
"description": "Encoding component for WordPress.",
44
"type": "library",
5+
"license": "GPL-2.0-or-later",
56
"authors": [
67
{
78
"name": "Adam Zielinski",

components/Filesystem/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wp-php-toolkit/filesystem",
33
"description": "Filesystem component for WordPress.",
44
"type": "library",
5+
"license": "GPL-2.0-or-later",
56
"authors": [
67
{
78
"name": "Adam Zielinski",

components/Git/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wp-php-toolkit/git",
33
"description": "Git component for WordPress.",
44
"type": "library",
5+
"license": "GPL-2.0-or-later",
56
"authors": [
67
{
78
"name": "Adam Zielinski",

components/HTML/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wp-php-toolkit/html",
33
"description": "HTML component for WordPress.",
44
"type": "library",
5+
"license": "GPL-2.0-or-later",
56
"authors": [
67
{
78
"name": "Adam Zielinski",

0 commit comments

Comments
 (0)