diff options
| author | Jarmo Hurri <jarmo.hurri@iki.fi> | 2023-07-08 15:06:02 +0300 |
|---|---|---|
| committer | Jarmo Hurri <jarmo.hurri@iki.fi> | 2023-07-08 15:06:02 +0300 |
| commit | 2ea309763bbca81e05109b483fb5fd9cb5fa3306 (patch) | |
| tree | 1e5a8a2a641221fc5d1453cc7b485c02dee76e3d | |
| parent | 1b4340916e5f7fc9c8933a07c27ac05527b16389 (diff) | |
* correct copyright years
* URL to current repository
* remove GNU Emacs licencing info, as package is no longer part of it
| -rw-r--r-- | ob-asymptote.el | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/ob-asymptote.el b/ob-asymptote.el index 55811bd..b59eb64 100644 --- a/ob-asymptote.el +++ b/ob-asymptote.el @@ -1,26 +1,12 @@ ;;; ob-asymptote.el --- Babel Functions for Asymptote -*- lexical-binding: t; -*- -;; Copyright (C) 2009-2021 Free Software Foundation, Inc. +;; Copyright (C) 2009-2023 Free Software Foundation, Inc. ;; Author: Eric Schulte ;; Maintainer: Jarmo Hurri <jarmo.hurri@iki.fi> +;; Version: +;; URL: https://github.com/jarmohurri/ob-asymptote ;; Keywords: literate programming, reproducible research -;; Homepage: https://git.sr.ht/~bzg/org-contrib - -;; This file is not 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: |
