анонимный вопрос
The GNU GPL (general public license) is an interesting example of how, within the framework of modern state copyright laws, it is difficult to permit the acquirer of an information product to do anything with it. Forbidding is a piece of cake, and then you can take that prohibition to court, and the state will help you with the enforcement of that prohibition. In fact, most prohibitions are built into the legislation by default.
The GPL reserves the right for the author to be called the author, while obliging the acquirer to disclose the source code of any products made based on code distributed under the GPL license, and to further distribute them under the same license—the so-called copyleft system. Otherwise, the acquirer of a product under the GPL license has completely free rein: they can resell the product, modify the code, sell the modified version under their own name, and so on.
How is the situation with code distributed under this license likely to change under ancap? Currently, the creator of the code has the right to insist through legal proceedings that an acquirer of their product who has modified the code must further distribute the resulting product under the same license. Under ancap, they would be able to demand compliance with the license in the same way, but they would no longer have any tools of pressure other than reputational ones. I do not think this will significantly affect established practices, as the values of GNU are quite compatible with libertarian ones, and reputational pressure is usually a sufficiently serious argument for IT companies.
