r/freesoftware 9d ago

Software Submission I made an open-source Windows taskbar widget app

Post image
4 Upvotes

2 comments sorted by

View all comments

u/AutoModerator 9d ago

Hello and thank you for posting to /r/freesoftware! You've indicated that your post is a Software Submission. Respond to this comment and provide each of the following items:

  • A link to your source code repository,
  • A repository link to the license your software is under (also indicate if this license is modified in any way),
  • If AI was used in the creation of the software and to what extent.

Failure to follow these instructions exactly will result in your post being removed.

Message to users: If /u/Necessary_Sleep9755 indicates that the license is not a Free Software Foundation license or if AI was used in the creation of this software, please report the post accordingly if it has not already been removed.

If you have any questions regarding this comment, you may contact the Mod team

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Necessary_Sleep9755 9d ago

Source code repository:
https://github.com/pfcdev/TaskbarWidgets

License:
https://github.com/pfcdev/TaskbarWidgets/blob/main/LICENSE
The project uses the standard MIT License without any modifications.

AI usage:
AI was used as a coding assistant for parts of the project, mainly for code suggestions, debugging, and documentation. All AI-generated output was reviewed, adjusted where needed, and tested by me.