Identify the main idea behind the General Public License (GPL) and list three characteristics of software developed under the GPL.
What will be an ideal response?
The main idea behind the GPL stems from Richard Stallman's philosophy that software should be free, by which he meant having the freedom to change the source code. The GPL states the following:
· You can use, view, and change the source code.
· You are able to redistribute the software and sell it for profit.
· If you decide to sell the software, you must make the source code available.
You might also like to view...
If a switch statement has no ________ statements, the program "falls through" all of the statements below the one with the matching case expression.
A) break B) exit C) case D) default E) relational
What bit can be set in CentOS 7 that ensures only the owner who created a file in his or her directory can delete the file and prevent malicious or accidental deletion by others?
A. security B. owner C. sticky D. permission
A(n) ________ creates a private network through the Internet
Fill in the blank(s) with correct word
In an array, what is the index of the first element?
A. 0 B. 1 C. 2 D. 3