Skip to content

Commit

Permalink
Added license note on top of files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Oct 30, 2020
1 parent 0994423 commit cb83f63
Show file tree
Hide file tree
Showing 55 changed files with 918 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Actions/SetScenarioStateAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
namespace Mcustiel\Phiremock\Server\Actions;

use Mcustiel\Phiremock\Common\StringStream;
use Mcustiel\Phiremock\Common\Utils\ArrayToExpectationConverter;
use Mcustiel\Phiremock\Common\Utils\ArrayToScenarioStateInfoConverter;
use Mcustiel\Phiremock\Domain\ScenarioStateInfo;
use Mcustiel\Phiremock\Server\Model\ScenarioStorage;
Expand Down
17 changes: 17 additions & 0 deletions src/Cli/Options/CertificateKeyPath.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Cli\Options;

use Exception;
Expand Down
17 changes: 17 additions & 0 deletions src/Cli/Options/CertificatePath.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Cli\Options;

use Exception;
Expand Down
17 changes: 17 additions & 0 deletions src/Cli/Options/Passphrase.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Cli\Options;

class Passphrase
Expand Down
17 changes: 17 additions & 0 deletions src/Cli/Options/PhpFactoryFqcn.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Cli\Options;

use InvalidArgumentException;
Expand Down
17 changes: 17 additions & 0 deletions src/Cli/Options/SecureOptions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Cli\Options;

class SecureOptions
Expand Down
17 changes: 17 additions & 0 deletions src/Utils/Config/Config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Utils\Config;

use Exception;
Expand Down
17 changes: 17 additions & 0 deletions src/Utils/Config/ConfigBuilder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Utils\Config;

use DomainException;
Expand Down
17 changes: 17 additions & 0 deletions src/Utils/Config/Directory.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Utils\Config;

use InvalidArgumentException;
Expand Down
17 changes: 17 additions & 0 deletions src/Utils/GuzzlePsr18Client.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Utils;

use GuzzleHttp\Client as GuzzleClient;
Expand Down
17 changes: 17 additions & 0 deletions tests/acceptance/_support/Helper/AcceptanceV1.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Helper;

class AcceptanceV1 extends \Codeception\Module
Expand Down
17 changes: 17 additions & 0 deletions tests/acceptance/_support/Helper/AcceptanceV2.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Helper;

class AcceptanceV2 extends \Codeception\Module
Expand Down
17 changes: 17 additions & 0 deletions tests/acceptance/_support/Helper/Common.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Helper;

class Common extends \Codeception\Module
Expand Down
17 changes: 17 additions & 0 deletions tests/acceptance/_support/Helper/Functional.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Helper;

// here you can define custom actions
Expand Down
17 changes: 17 additions & 0 deletions tests/acceptance/_support/Helper/Unit.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Helper;

// here you can define custom actions
Expand Down
17 changes: 17 additions & 0 deletions tests/acceptance/common/RecursiveDirectoryCest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Tests\Common;

use CommonTester;
Expand Down
17 changes: 17 additions & 0 deletions tests/acceptance/v1/BinaryContentCest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Tests\V1;

use AcceptanceTester;
Expand Down
17 changes: 17 additions & 0 deletions tests/acceptance/v1/BodyConditionCest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Server\Tests\V1;

use AcceptanceTester;
Expand Down
Loading

0 comments on commit cb83f63

Please sign in to comment.