diff options
-rw-r--r-- | ob-spice.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ob-spice.el b/ob-spice.el index b215aab..d936ee7 100644 --- a/ob-spice.el +++ b/ob-spice.el @@ -1,5 +1,9 @@ ;;; ob-spice.el --- Babel Functions for spice -;;; -*- coding: utf-8 -*- + +;; Author: Ferdinand Pieper <f.pi@mail.de> +;; Keywords: literate programming, reproducible research + +;; Copyright (c) 2018 Ferdinand Pieper ;; License: GPL v3, or any later version ;; @@ -18,7 +22,7 @@ ;;; Commentary: -;; Org-Babel support for evaluating spice. +;; Org-Babel support for evaluating spice simulations. ;;; Requirements: |