diff options
author | Case Duckworth | 2020-11-02 00:06:58 -0600 |
---|---|---|
committer | Case Duckworth | 2020-11-02 00:06:58 -0600 |
commit | 5617de7eb479f1900043c54227ab20894d80f1c4 (patch) | |
tree | 4ee4fedaf0bb8bc4731e613b59de0c209bd00c61 | |
parent | Remove TOC (diff) | |
download | emacs-5617de7eb479f1900043c54227ab20894d80f1c4.tar.gz emacs-5617de7eb479f1900043c54227ab20894d80f1c4.zip |
Add LICENSE to config.org
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | config.org | 24 |
2 files changed, 23 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE index b61f756..9c31dda 100644 --- a/LICENSE +++ b/LICENSE | |||
@@ -12,4 +12,3 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |||
12 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | 12 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
13 | 13 | ||
14 | 0. You just DO WHAT THE FUCK YOU WANT TO. | 14 | 0. You just DO WHAT THE FUCK YOU WANT TO. |
15 | |||
diff --git a/config.org b/config.org index 81f59fe..7982092 100644 --- a/config.org +++ b/config.org | |||
@@ -11,7 +11,29 @@ I wanted to write my Emacs configuration in [[https://orgmode.org][Org mode]] fo | |||
11 | 11 | ||
12 | * License | 12 | * License |
13 | 13 | ||
14 | WTFPL. For more info, see =LICENSE=. | 14 | Copyright © 2020 Case Duckworth <acdw@acdw.net> |
15 | This work is free. You can redistribute it and/or modify it under the | ||
16 | terms of the Do What The Fuck You Want To Public License, Version 2, | ||
17 | as published by Sam Hocevar. See the LICENSE file, or below, for more details. | ||
18 | |||
19 | #+begin_src text :tangle LICENSE | ||
20 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
21 | |||
22 | Version 2, December 2004 | ||
23 | |||
24 | Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> | ||
25 | |||
26 | Everyone is permitted to copy and distribute verbatim or modified copies of | ||
27 | this license document, and changing it is allowed as long as the name is changed. | ||
28 | |||
29 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
30 | |||
31 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
32 | |||
33 | 0. You just DO WHAT THE FUCK YOU WANT TO. | ||
34 | |||
35 | |||
36 | #+end_src | ||
15 | 37 | ||
16 | Probably that's not legal under the terms of the GPL or whatever Emacs is licensed under. | 38 | Probably that's not legal under the terms of the GPL or whatever Emacs is licensed under. |
17 | SUE ME, RMS | 39 | SUE ME, RMS |