summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-fc-algo-sm2.el5
-rw-r--r--org-fc-audio.el4
-rw-r--r--org-fc-awk.el5
-rw-r--r--org-fc-cache.el4
-rw-r--r--org-fc-compat.el4
-rw-r--r--org-fc-dashboard.el4
-rw-r--r--org-fc-hydra.el5
-rw-r--r--org-fc-keymap-hint.el4
-rw-r--r--org-fc-type-cloze.el4
-rw-r--r--org-fc-type-double.el4
-rw-r--r--org-fc-type-normal.el4
-rw-r--r--org-fc-type-text-input.el4
-rw-r--r--org-fc-type-vocab.el4
-rw-r--r--org-fc.el4
14 files changed, 34 insertions, 25 deletions
diff --git a/org-fc-algo-sm2.el b/org-fc-algo-sm2.el
index f51d3ab..743afde 100644
--- a/org-fc-algo-sm2.el
+++ b/org-fc-algo-sm2.el
@@ -1,8 +1,11 @@
;;; org-fc-algo-sm2.el --- Variation of SM2 spacing algorithm -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
+;; Url: https://www.leonrische.me/pages/org_flashcards.html
+;; Package-requires: ((emacs "26.3") (org "9.3"))
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-audio.el b/org-fc-audio.el
index 6be0c73..a947bc4 100644
--- a/org-fc-audio.el
+++ b/org-fc-audio.el
@@ -1,11 +1,11 @@
;;; org-fc-audio.el --- Audio playback during review -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-awk.el b/org-fc-awk.el
index 0a3d151..24d010b 100644
--- a/org-fc-awk.el
+++ b/org-fc-awk.el
@@ -1,8 +1,11 @@
;;; org-awk.el --- AWK based flashcard indexing -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
+;; Url: https://www.leonrische.me/pages/org_flashcards.html
+;; Package-requires: ((emacs "26.3") (org "9.3"))
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-cache.el b/org-fc-cache.el
index f10a257..e64f08e 100644
--- a/org-fc-cache.el
+++ b/org-fc-cache.el
@@ -1,11 +1,11 @@
;;; org-fc-cache.el --- Cache for org-fc -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-compat.el b/org-fc-compat.el
index dd90894..37d28ce 100644
--- a/org-fc-compat.el
+++ b/org-fc-compat.el
@@ -1,11 +1,11 @@
;;; org-fc-compat.el --- Compatibility Code -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-dashboard.el b/org-fc-dashboard.el
index b898d0c..aaa9742 100644
--- a/org-fc-dashboard.el
+++ b/org-fc-dashboard.el
@@ -1,11 +1,11 @@
;;; org-fc-dashboard.el --- Dashboard buffer for org-fc -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-hydra.el b/org-fc-hydra.el
index 5c63c9a..890e37e 100644
--- a/org-fc-hydra.el
+++ b/org-fc-hydra.el
@@ -1,8 +1,11 @@
;;; org-fc-hydra.el --- Hydra for interacting with the SRS -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
+;; Url: https://www.leonrische.me/pages/org_flashcards.html
+;; Package-requires: ((emacs "26.3") (org "9.3"))
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-keymap-hint.el b/org-fc-keymap-hint.el
index c910b22..04df5e9 100644
--- a/org-fc-keymap-hint.el
+++ b/org-fc-keymap-hint.el
@@ -1,11 +1,11 @@
;;; org-fc-keymap-hint.el --- Key-binding hints for org-fc -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-type-cloze.el b/org-fc-type-cloze.el
index 5774d8b..9f0cffd 100644
--- a/org-fc-type-cloze.el
+++ b/org-fc-type-cloze.el
@@ -1,11 +1,11 @@
;;; org-fc-type-cloze.el --- Cloze deletion card type -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-type-double.el b/org-fc-type-double.el
index 12ecb8f..1a71075 100644
--- a/org-fc-type-double.el
+++ b/org-fc-type-double.el
@@ -1,11 +1,11 @@
;;; org-fc-type-double.el --- Front <-> Back Card Type -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-type-normal.el b/org-fc-type-normal.el
index 9dddf14..011541f 100644
--- a/org-fc-type-normal.el
+++ b/org-fc-type-normal.el
@@ -1,11 +1,11 @@
;;; org-fc-type-normal.el --- Front -> Back Card Type -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-type-text-input.el b/org-fc-type-text-input.el
index 63c63fb..1327633 100644
--- a/org-fc-type-text-input.el
+++ b/org-fc-type-text-input.el
@@ -1,11 +1,11 @@
;;; org-fc-type-text-input.el --- Text-input card type -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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
diff --git a/org-fc-type-vocab.el b/org-fc-type-vocab.el
index 26562e9..7c74e26 100644
--- a/org-fc-type-vocab.el
+++ b/org-fc-type-vocab.el
@@ -1,11 +1,11 @@
;;; org-fc-type-vocab.el --- Card type for learning vocabulary -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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
diff --git a/org-fc.el b/org-fc.el
index 5651c98..49f123c 100644
--- a/org-fc.el
+++ b/org-fc.el
@@ -1,11 +1,11 @@
;;; org-fc.el --- Spaced Repetition System for Emacs org-mode -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Leon Rische
+;; Copyright (C) 2020-2021 Leon Rische
;; Author: Leon Rische <emacs@leonrische.me>
;; Url: https://www.leonrische.me/pages/org_flashcards.html
;; Package-requires: ((emacs "26.3") (org "9.3"))
-;; Version: 0.0.1
+;; Version: 0.1.0
;; 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