diff options
| -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 ;;; ======== |
