Unfortunately, github.com/emartech/php-suite-api is not REUSE compliant and does not fully adopt the recommendations to make software licensing easy for humans and machines alike. Have a look at our tutorial to learn about the three simple steps to become REUSE compliant.
To add the badge to your project's README.md
file,
use the following snippet:
[![REUSE status](https://api.reuse.software/badge/github.com/emartech/php-suite-api)](https://api.reuse.software/info/github.com/emartech/php-suite-api)
The API provides machine-readable artifacts for automatic analysis.
reuse spdx
command.
Commit e1787edfa794941bbacd8b92f7a8ccf5fa2f9b1d
was checked on 13 Nov 2024 03:04:55 UTC
with the following result:
# UNUSED LICENSES The following licenses are not used: * Apache-2.0 # MISSING COPYRIGHT AND LICENSING INFORMATION The following files have no copyright and licensing information: * .codescanignore * .github/workflows/build.yml * .gitignore * CONTRIBUTING.md * Dockerfile.development * Makefile * composer.json * composer.lock * docker-compose-development.yml * repo-info.json * src/Suite/Api/AC/EndPoints.php * src/Suite/Api/AC/Program.php * src/Suite/Api/Administrator/Administrator.php * src/Suite/Api/Administrator/EndPoints.php * src/Suite/Api/Client.php * src/Suite/Api/Contact/Contact.php * src/Suite/Api/Contact/EndPoints.php * src/Suite/Api/ContactList.php * src/Suite/Api/ContactListEndPoints.php * src/Suite/Api/Email/Campaign.php * src/Suite/Api/Email/EndPoints.php * src/Suite/Api/Email/Launch.php * src/Suite/Api/Email/Preview.php * src/Suite/Api/Error.php * src/Suite/Api/ExternalEvent/EndPoints.php * src/Suite/Api/ExternalEvent/ExternalEvent.php * src/Suite/Api/Factory.php * src/Suite/Api/Middleware/Retry.php * src/Suite/Api/QueryStringAppender.php * src/Suite/Api/RequestFactory.php * src/Suite/Api/RequestFailed.php * src/Suite/Api/ResponseProcessor.php * src/Suite/Api/Segment/EndPoints.php * src/Suite/Api/Segment/Segment.php * src/Suite/Api/SuiteResponseProcessor.php * test/acceptance/AdministratorTest.php * test/acceptance/CampaignTest.php * test/acceptance/ClientTest.php * test/acceptance/ContactListTest.php * test/acceptance/ExternalEventTest.php * test/acceptance/LaunchTest.php * test/acceptance/SegmentTest.php * test/bootstrap.php * test/helper/AcceptanceBaseTestCase.php * test/helper/ApiStub.php * test/helper/TestCase.php * test/helper/api-stub.php * test/helper/stubs.php * test/phpunit.xml * test/unit/Suite/Api/AC/ProgramTest.php * test/unit/Suite/Api/Administrator/AdministratorTest.php * test/unit/Suite/Api/ClientTest.php * test/unit/Suite/Api/Contact/ContactTest.php * test/unit/Suite/Api/ContactListTest.php * test/unit/Suite/Api/Email/CampaignTest.php * test/unit/Suite/Api/Email/LaunchTest.php * test/unit/Suite/Api/Email/PreviewTest.php * test/unit/Suite/Api/ExternalEvent/ExternalEventTest.php * test/unit/Suite/Api/Middleware/RetryTest.php * test/unit/Suite/Api/Segment/SegmentTest.php The following files have no licensing information: * README.md # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: 0 * Unused licenses: Apache-2.0 * Used licenses: 0 * Read errors: 0 * Files with copyright information: 1 / 61 * Files with license information: 0 / 61 Unfortunately, your project is not compliant with version 3.2 of the REUSE Specification :-( # RECOMMENDATIONS * Fix unused licenses: At least one of the license text files in 'LICENSES' is not referenced by any file, e.g. by an 'SPDX-License-Identifier' tag. Please make sure that you either tag the accordingly licensed files properly, or delete the unused license text if you are sure that no file or code snippet is licensed as such. * Fix missing copyright/licensing information: For one or more files, the tool cannot find copyright and/or licensing information. You typically do this by adding 'SPDX-FileCopyrightText' and 'SPDX-License-Identifier' tags to each file. The tutorial explains additional ways to do this: <https://reuse.software/tutorial/>