[MokoJoomMembership] chore(standards): PHP files missing SPDX file headers per Coding-Standards #61

Closed
opened 2026-06-02 19:36:00 +00:00 by jmiller · 1 comment
Owner

Migrated from MokoJoomMembership#49

Problem

All 18 PHP files in the repo use the old-style @package/@subpackage headers instead of the MokoStandards SPDX file header format.

Current

/**
 * @package     MokoJoomMembership
 * @subpackage  ...
 * @copyright   ...
 * @license     ...
 */

Required (per Coding-Standards)

/* Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
 *
 * SPDX-License-Identifier: GPL-3.0-or-later
 *
 * FILE INFORMATION
 * DEFGROUP: com_mokojoommembership.Admin
 * INGROUP:  com_mokojoommembership
 * REPO:     https://git.mokoconsulting.tech/MokoConsulting/MokoJoomMembership
 * PATH:     /src/packages/com_mokojoommembership/admin/src/Controller/DisplayController.php
 * VERSION:  01.00.00
 * BRIEF:    Default admin display controller
 */

Standard Reference

Coding-Standards and File-Header-Standards

Files Affected

All 18 .php files in src/

Acceptance Criteria

  • All PHP files use SPDX header format with DEFGROUP/INGROUP/REPO/PATH/VERSION/BRIEF
> Migrated from MokoJoomMembership#49 ## Problem All 18 PHP files in the repo use the old-style `@package/@subpackage` headers instead of the MokoStandards SPDX file header format. ### Current ```php /** * @package MokoJoomMembership * @subpackage ... * @copyright ... * @license ... */ ``` ### Required (per Coding-Standards) ```php /* Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech> * * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION * DEFGROUP: com_mokojoommembership.Admin * INGROUP: com_mokojoommembership * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoJoomMembership * PATH: /src/packages/com_mokojoommembership/admin/src/Controller/DisplayController.php * VERSION: 01.00.00 * BRIEF: Default admin display controller */ ``` ## Standard Reference [Coding-Standards](https://git.mokoconsulting.tech/MokoConsulting/moko-platform/wiki/Coding-Standards) and [File-Header-Standards](https://git.mokoconsulting.tech/MokoConsulting/moko-platform/wiki/File-Header-Standards) ## Files Affected All 18 `.php` files in `src/` ## Acceptance Criteria - [ ] All PHP files use SPDX header format with DEFGROUP/INGROUP/REPO/PATH/VERSION/BRIEF
jmiller added the obsolete label 2026-06-02 19:52:04 +00:00
Author
Owner

Obsolete after repo consolidation — no longer applicable.

Obsolete after repo consolidation — no longer applicable.
Sign in to join this conversation.
No labels obsolete
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCommunity#61