diff options
author | Case Duckworth | 2020-09-22 20:29:15 -0500 |
---|---|---|
committer | Case Duckworth | 2020-09-22 20:29:15 -0500 |
commit | 296d3625bf110548cca318363d8b35e98a99dfa2 (patch) | |
tree | ecca08d913573d9b5f40651ad7e449e860faaa30 | |
parent | Fix more line breaks (diff) | |
download | emacs-296d3625bf110548cca318363d8b35e98a99dfa2.tar.gz emacs-296d3625bf110548cca318363d8b35e98a99dfa2.zip |
Add LICENSE and README.org
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | LICENSE | 15 | ||||
-rw-r--r-- | README.org | 15 |
3 files changed, 33 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a2ba0f5..993a79e 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,4 +1,6 @@ | |||
1 | * | 1 | * |
2 | !early-init.el | 2 | !early-init.el |
3 | !init.el | 3 | !init.el |
4 | !.gitignore \ No newline at end of file | 4 | !.gitignore |
5 | !README.org | ||
6 | !LICENSE | ||
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b61f756 --- /dev/null +++ b/LICENSE | |||
@@ -0,0 +1,15 @@ | |||
1 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
2 | |||
3 | Version 2, December 2004 | ||
4 | |||
5 | Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> | ||
6 | |||
7 | Everyone is permitted to copy and distribute verbatim or modified copies of | ||
8 | this license document, and changing it is allowed as long as the name is changed. | ||
9 | |||
10 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
11 | |||
12 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
13 | |||
14 | 0. You just DO WHAT THE FUCK YOU WANT TO. | ||
15 | |||
diff --git a/README.org b/README.org new file mode 100644 index 0000000..1f03531 --- /dev/null +++ b/README.org | |||
@@ -0,0 +1,15 @@ | |||
1 | * my =emacs.d= | ||
2 | |||
3 | hey. I use emacs now. | ||
4 | |||
5 | this is my =~/.emacs.d=. | ||
6 | |||
7 | I was going to use Org-mode but .. I decided not to. | ||
8 | |||
9 | |||
10 | * License | ||
11 | |||
12 | WTFPL. For more info, see =LICENSE=. | ||
13 | |||
14 | Probably that's not legal under the terms of the GPL or whatever Emacs is licensed under. | ||
15 | SUE ME, RMS | ||