aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-07-23 18:15:36 +1000
committerYuchen Pei <id@ypei.org>2023-07-23 18:15:36 +1000
commitad2df7d4d884fe00ea0f11604aeb11e5af5821d1 (patch)
tree5bf62931b6ffddd7ea2bd103915ba5520bb9c4bc
parent84b35def50c061e7c386b7c4fe29deb374408747 (diff)
Adding copyright and contact
-rw-r--r--README.org16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.org b/README.org
index 9d6045a..7c4dd23 100644
--- a/README.org
+++ b/README.org
@@ -45,11 +45,17 @@ Currently supported features:
* Install and use
:PROPERTIES:
- :UPDATED: [2023-07-23 Sun 18:11]
+ :UPDATED: [2023-07-23 Sun 18:12]
:END:
Clone, require, M-x:
+#+begin_src shell
+git clone https://g.ypei.me/wiki.el.git
+#+end_src
+
+Assuming you have cloned into =~/.emacs.d/lisp/wiki.el=, then
+
#+begin_src emacs-lisp
(add-to-list 'load-path "~/.emacs.d/lisp/wiki.el")
(require 'wiki)
@@ -91,5 +97,11 @@ exporting and publication.
* Copyright and contact
:PROPERTIES:
- :UPDATED: [2023-07-23 Sun 17:18]
+ :UPDATED: [2023-07-23 Sun 18:15]
:END:
+
+~wiki.el~ is maintained by Yuchen Pei <id@ypei.org> and covered by [[https://www.gnu.org/licenses/agpl-3.0.en.html][GNU
+AGPLv3+]]. You may find the license text in a file named COPYING.agpl3
+in the project tree. The project is intended for eventual publication
+in the [[https://elpa.gnu.org/][GNU ELPA]], which requires [[https://www.fsf.org/licensing/assigning.html][copyright assignment to the FSF]] for
+contributions.