diff options
author | fpi | 2018-05-27 18:00:04 +0200 |
---|---|---|
committer | fpi | 2018-05-27 18:00:04 +0200 |
commit | 232a063fe7f43dc6ec38a0e723dd31f5e728b844 (patch) | |
tree | ffc77ad99f9cd6b48f1709f1a95c54b2ca372f09 | |
parent | Code cleanup (diff) |
Updated license
-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: |