diff options
| author | Paul Sexton <eeeickythump@gmail.com> | 2015-05-11 13:37:27 +1200 |
|---|---|---|
| committer | Paul Sexton <eeeickythump@gmail.com> | 2015-05-11 13:37:27 +1200 |
| commit | 663a1ee3f3e366192a550543c4fb6bc1fede508b (patch) | |
| tree | 00d1415532e02182573d300a1211c2aa50bdadee | |
| parent | 42e9bf32304680922345136e25bf3b9b2641c464 (diff) | |
| download | org-drill-663a1ee3f3e366192a550543c4fb6bc1fede508b.tar.gz org-drill-663a1ee3f3e366192a550543c4fb6bc1fede508b.zip | |
Clarified that org-drill is licensed under GPL v3.
| -rwxr-xr-x | org-drill.el | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/org-drill.el b/org-drill.el index 83b2b08..7857524 100755 --- a/org-drill.el +++ b/org-drill.el @@ -1,10 +1,28 @@ ;;; -*- coding: utf-8-unix -*- ;;; org-drill.el - Self-testing using spaced repetition ;;; +;;; Copyright (C) 2010-2015 Paul Sexton +;;; ;;; Author: Paul Sexton <eeeickythump@gmail.com> ;;; Version: 2.4.6 +;;; Keywords: flashcards, memory, learning, memorization ;;; Repository at http://bitbucket.org/eeeickythump/org-drill/ ;;; +;;; This file is not part of GNU Emacs. +;;; +;;; This program is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published by +;;; the Free Software Foundation, either version 3 of the License, or +;;; (at your option) any later version. +;;; +;;; This program is distaributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;;; ;;; ;;; Synopsis ;;; ======== |
