Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

one line to give the program's name and an idea of what it does.
Copyright (C) 2020 Inpsyde GmbH
Copyright (C) 2020 Syde GmbH

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ Via Composer, package name is **`inpsyde/metabox-orchestra`**.

---

## License and Copyright
## Copyright and License

This package is [free software](https://www.gnu.org/philosophy/free-sw.en.html) distributed under the terms of the GNU General Public License version 2 or (at your option) any later version. For the full license, see [LICENSE](./LICENSE).

This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE](./LICENSE) for complete license.
94 changes: 47 additions & 47 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"name": "inpsyde/metabox-orchestra",
"description": "Package for OOP WordPress metabox orchestration.",
"type": "library",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Inpsyde GmbH",
"email": "hello@inpsyde.com",
"homepage": "http://inpsyde.com",
"role": "Company"
"name": "inpsyde/metabox-orchestra",
"description": "Package for OOP WordPress metabox orchestration.",
"type": "library",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Syde GmbH",
"homepage": "https://syde.com/",
"email": "hello@syde.com",
"role": "Company"
},
{
"name": "Giuseppe Mazzapica",
"email": "g.mazzapica@syde.com",
"role": "Developer"
},
{
"name": "Christian Leucht",
"email": "c.leucht@syde.com",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.2",
"brain/nonces": "^1.0"
},
{
"name": "Giuseppe Mazzapica",
"email": "g.mazzapica@inpsyde.com",
"role": "Developer"
"require-dev": {
"phpunit/phpunit": "^8 | ^9",
"doctrine/instantiator": "^1.0",
"brain/monkey": "^2"
},
{
"name": "Christian Leucht",
"email": "c.leucht@inpsyde.com",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.2",
"brain/nonces": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8 | ^9",
"doctrine/instantiator": "^1.0",
"brain/monkey": "^2"
},
"autoload": {
"psr-4": {
"MetaboxOrchestra\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"MetaboxOrchestra\\Tests\\": "tests/src/"
}
},
"config": {
"optimize-autoloader": true
},
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
"autoload": {
"psr-4": {
"MetaboxOrchestra\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"MetaboxOrchestra\\Tests\\": "tests/src/"
}
},
"config": {
"optimize-autoloader": true
},
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
}
}
}
}
9 changes: 0 additions & 9 deletions src/AdminNotices.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php declare( strict_types=1 ); # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
class AdminNotices {

Expand Down
9 changes: 0 additions & 9 deletions src/Bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php declare( strict_types=1 ); # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
class Bootstrap {

Expand Down
9 changes: 0 additions & 9 deletions src/BoxAction.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
interface BoxAction {

Expand Down
9 changes: 0 additions & 9 deletions src/BoxInfo.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php declare( strict_types=1 ); # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
final class BoxInfo implements \ArrayAccess {

Expand Down
9 changes: 0 additions & 9 deletions src/BoxView.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
interface BoxView {

Expand Down
9 changes: 0 additions & 9 deletions src/Boxes.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
<?php declare( strict_types=1 ); # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

use Brain\Nonces\WpNonce;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
class Boxes {

Expand Down
9 changes: 0 additions & 9 deletions src/Entity.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package MetaboxOrchestra
* @license http://opensource.org/licenses/MIT MIT
*/
class Entity {

Expand Down
9 changes: 0 additions & 9 deletions src/Metabox.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
interface Metabox {

Expand Down
9 changes: 0 additions & 9 deletions src/MetaboxAuth.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
interface MetaboxAuth {

Expand Down
9 changes: 0 additions & 9 deletions src/NoopBoxAction.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
final class NoopBoxAction implements BoxAction {

Expand Down
9 changes: 0 additions & 9 deletions src/NoopBoxView.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
final class NoopBoxView implements BoxView {

Expand Down
9 changes: 0 additions & 9 deletions src/PostMetabox.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
interface PostMetabox extends Metabox {

Expand Down
9 changes: 0 additions & 9 deletions src/PostMetaboxAuth.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<?php declare( strict_types=1 ); # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

Expand All @@ -15,7 +7,6 @@

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
final class PostMetaboxAuth implements MetaboxAuth {

Expand Down
9 changes: 0 additions & 9 deletions src/TermMetabox.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the metabox-orchestra package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace MetaboxOrchestra;

/**
* @package metabox-orchestra
* @license http://opensource.org/licenses/MIT MIT
*/
interface TermMetabox extends Metabox {

Expand Down
Loading
Loading