The open source agreement

Open source code is software whose source code is made publicly available so that others can study it, use it, modify it, and share it under the terms of a license. Open source does not simply mean that code is visible online; it means the code is distributed with permissions and conditions that define how it can be reused. The Open Source Initiative explains that open source software must allow access to the source code and meet criteria related to redistribution, modification, and non-discrimination.

I believe open source is one of the most valuable parts of modern software development. It allows developers to learn from each other, build on existing work, avoid reinventing the wheel, and contribute improvements back to the community. Many of the tools, libraries, frameworks, and examples used in personal and professional projects today exist because people decided to share their work openly.

At the same time, using open source code comes with responsibility. Whenever I use open source software, code snippets, documentation, tutorials, templates, or design ideas, I make an effort to respect the original creators. This includes checking the license, understanding what the license allows, keeping attribution when required, and avoiding presenting someone else’s work as my own. GitHub’s documentation also emphasizes that public repositories should include a license so others know what they are allowed to do with the code.

On this website, I will cite the resources, tools, libraries, references, and external materials that help me build my projects and write my posts. When I adapt or learn from someone else’s work, I will try to make that clear. A good attribution should identify the title, author, source, and license when that information is available.

This website and this post were created with the help of artificial intelligence. I use AI as a support tool for drafting, organizing ideas, improving clarity, and accelerating development, but I remain responsible for reviewing the final content, checking sources, and making sure the work reflects my own understanding and values.

For me, responsible use of open source means combining curiosity with respect: learning from the community, giving credit where it is due, following license terms, and being transparent about the tools and assistance used in the creative process.

References

Open Source Initiative. “The Open Source Definition.”
GitHub Docs. “Licensing a repository.”
Creative Commons. “Recommended practices for attribution.”

← back to home