aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 90d3781e0489aa715841b0705972590698141482 (plain)
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
Simple public domain dedication
===============================

[This piece of text](../plain/spdd.txt) is a simple 3-line declaration of releasing copyrighted work into the public domain, primarily intended to substitute software licenses.


The declaration
---------------

	This work is released into the public domain.
	It is provided "as is", without warranties or conditions of any kind.
	Anyone is free to use, modify, redistribute and do anything with this work.


Usage
-----

Put the declaration on top of a source file as a comment or into a file named `COPYING` (or `LICENSE`, although that would be less accurate, since the only actual license part of SPDD is merely a fallback) in the root of your project directory tree. Basically, place it wherever it is most visible for users of your project.

Try not to link to external versions of SPDD. It is short enough that there is little point relying on them not changing in the future (which is entirely possible, as the declaration itself is in public domain).


Not a license
-------------

While it contains one, SPDD itself is not a license. Rather, it merely states that all copyright limitations have been lifted for the project. It has no logos or websites, as it is short enough to be defined by the entirety of its content. The SPDD itself and this document are both released to public domain and anyone is free to use them in any way.


Explanation
-----------

The SPDD consists of three parts, each in their own line.

	This work is released into the public domain.

This line is the main declaration of release of a copyrighted work into the public domain. It would be sufficient by itself if there were no legal complications whatsoever.

	It is provided "as is", without warranties or conditions of any kind.

The second line provides an "[as-is](https://en.wikipedia.org/wiki/As_is)"/"don't-sue-me" clause to disclaim implied warranties. Other common public domain dedications like [WTFPL](http://www.wtfpl.net/about/) often lack that, while the ones that have it, such as [Unlicense](https://unlicense.org/) and [CC0](https://creativecommons.org/publicdomain/zero/1.0/legalcode), are relatively long.

	Anyone is free to use, modify, redistribute and do anything with this work.

The last line serves as a fallback license for jurisdictions that do not recognize the public domain. It grants the same rights that a public domain work would have otherwise.


Legal standing
--------------

SPDD has not been tested legally. If you are worried about possible legal ambiguities or misunderstandings, consider using [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/) instead.