Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

The GPL requires that I distribute the “source code” of my files. What does that mean for a web application?

0
Posted

The GPL requires that I distribute the “source code” of my files. What does that mean for a web application?

0

The “source code” of a file means the format that is intended for people to edit. What that means depends on the file in question. • For PHP code, the PHP file itself, without any compression or obfuscation, is its own source code. Note that for Drupal, template files are PHP code. • For JavaScript code, the JavaScript file itself, without any compression or obfuscation, is its own source code. • For CSS code, the CSS file itself, without any compression or obfuscation, is its own source code. • For images, the “source code” varies. Depending on the image, that could mean the production version of the file as a PNG or GIF, or an original high-resolution JPG, or a Photoshop, Illustrator, or GIMP file. The “source code” is whichever version is intended to be edited by people. • For Flash files, the source code is the editable FLA and AS files, and any other files needed to build the final SWF. The SWF file itself is the “object code” version, not the source version.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123