branch: externals/ob-asymptote
commit 8445b1cccc131e317b464a3ebc461301b9e2ca30
Author: Jarmo Hurri <jarmo.hu...@iki.fi>
Commit: Jarmo Hurri <jarmo.hu...@iki.fi>

    * version number 1.0
    * standard test about this file baing part of GNU Emacs
---
 ob-asymptote.el | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/ob-asymptote.el b/ob-asymptote.el
index 6894632405..de99ca3ef9 100644
--- a/ob-asymptote.el
+++ b/ob-asymptote.el
@@ -4,10 +4,25 @@
 
 ;; Author: Eric Schulte
 ;; Maintainer: Jarmo Hurri <jarmo.hu...@iki.fi>
-;; Version: 
+;; Version: 1.0
 ;; URL: https://github.com/hurrja/ob-asymptote
 ;; Keywords: literate programming, reproducible research
 
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs 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.
+
+;; GNU Emacs is distributed 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 GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
+
 ;;; Commentary:
 
 ;; Org-Babel support for evaluating asymptote source code.

Reply via email to