This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pdpgoal.txt
86 lines (75 loc) · 4.47 KB
/
pdpgoal.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
GOALS OF THE PUBLIC DOMAIN PROJECT
----------------------------------
Version: 1.8
Date: 2018-11-21
Author: Paul Edwards
Internet: [email protected]
Status: This document is released to the public domain
The Public Domain Project's philosophy is basically to put as much
base material into the public domain so that commercial developers,
or other PD developers, can build upon it, rather than having to
reinvent the wheel. Unless something is public domain, it essentially
hasn't been invented yet, as far as not needing to reinvent it is
concerned. It's like inventing the cure for cancer and keeping it a
secret. You may as well not have bothered.
The commercial software which you end up using (which most people use,
if only for the support) will always be sold at a price designed to
recoup costs. The only way you can reduce the price of commercial
software is to reduce the costs they have. One way to do this is to
give them quality public domain code on which to use as a basis for
further development. Normal market forces will guarantee that the
cost saving goes through to the customer. It's the basis of
capitalism. Feel free to start your own business and make enormous
profits if you disagree.
Why not use GPL (aka the Gnu Virus License)? Well, there are three
big problems with it. The first is that if you are a commercial
developer, and have some spare time to contribute to a freeware
product, after spending 10 hours wading through someone else's code,
getting familiar with it, and improving it or bug fixing it, all the
time you spent is wasted, as far as being able to reuse any routines
you found in a commercial product is concerned.
The second is that encourages others to join the dog-in-the-manger
brigade. Someone who ordinarily would be happy to contribute something
to the public domain, once and for all, now instead goes and spends their
effort on a GPL product, meaning the world still doesn't get the code
freely available for ALL use (i.e. in public domain projects AND commercial
projects, not JUST other GPL projects).
The third is that it is actually technology-inhibitive. E.g. let's
say there's a GPL wordprocessor, but it doesn't support italics.
Quite a lot of people want italics, but no-one to date has been
willing to do that work for free. Let's say a portion of the market
wants italics. But no one individual can afford to pay the cost of
development by themselves. Normally this is where a company would
jump in, do the work, and then sell the new version to the market,
meaning that each individual only has to pay a fraction of the
development cost. But the problem is that the company CAN'T just
make those changes and sell them, because it can't make those
changes proprietary, as it needs to do in order to sell them. So
instead, the commercial operation needs to develop the entire
equivalent of the GPL wordprocessor, and THEN add italics. But it
is too expensive for the company to do that, so the technology is
simply never developed!
Another factor is that people writing freeware often solicit
donations of time or money from the public. If you expect
random members of the public to assist your project, then how
about doing the courtesy of letting the public actually own
the code that they are funding, by making it public domain.
GPL code will eventually become as useful as public domain code - 50
years after the death of the original author, when it becomes public
domain! That's a long time to have to wait. Until then, unless your
lawyer informs you that the 2756 license agreement conditions don't
affect you, the GPL work is only useful as reference material.
Note that when a company makes a sovereign decision to not release
source code for their product, that is their innate right. When you
release source code that doesn't allow their company to exercise
their innate desire, you are trying to force something on them,
and have no respect for their sovereign choices. It is insisting
that it is either your way or the highway. This is not a sensible
definition of freedom/free software any more than a communist
dictator was considered to be the ultimate freedom (compared
to capitalist slavery) by its advocates.
The default for any software written is for it to be copyright by the
author. Please include an explicit "Released to the public domain" if
you wish to make your code public domain. If you wish to contribute
some public domain code, please contact Paul Edwards at the address
above.