Skip to content

The copyright text variable configured in parameters uses a hardcoded trademark string. - #562

Merged
yada merged 1 commit into
microcks:masterfrom
aniket866:fix-copyright-year-clean
Sep 15, 2026
Merged

yada merged 1 commit into
microcks:masterfrom
aniket866:fix-copyright-year-clean

Conversation

@aniket866

@aniket866 aniket866 commented Jul 31, 2026 •

Copy link
Copy Markdown
Contributor

Closes #559

Description

The copyright text variable configured in parameters uses a hardcoded trademark string.

  • Location: config/_default/params.toml
  • Rationale: The copyright text is static, meaning it does not update to show the current year dynamically. This requires manual updates annually.
  • How to Verify: View the copyright information printed in the footer.

Verification Flow

graph TD
    A[Start: Inspect footer copyright element] --> B[Analyze copyright year parameters]
    B --> C{Is year hardcoded in params?}
    C -- Yes --> D[Issue Confirmed: Inflexible copyright configuration]
    C -- No --> E[Dynamic year generation]
Loading

Signed-off-by: aniket866 <iamaniketkumarmaner@gmail.com>

@yada yada left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with thanks

@yada
yada merged commit 4b101bf into microcks:master Sep 15, 2026
8 checks passed
@github-actions

Copy link
Copy Markdown

🎉 @aniket866

You are now a Microcks community contributor! 💖

Thanks and congrats 🚀 on merging your first pull request! We are delighted and very proud of you! 👏

📢 If you're using Microcks in your organization, please add your company name to this list. 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

If you need to know why and how to add yourself to the list, please read the blog post "Join the Microcks Adopters list and Empower the vibrant open source Community 🙌"

Kudos and please keep going, we need you 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hardcoded Copyright Year in Footer Parameter

3 participants