From 2ea309763bbca81e05109b483fb5fd9cb5fa3306 Mon Sep 17 00:00:00 2001 From: Jarmo Hurri Date: Sat, 8 Jul 2023 15:06:02 +0300 Subject: * correct copyright years * URL to current repository * remove GNU Emacs licencing info, as package is no longer part of it --- ob-asymptote.el | 20 +++----------------- 1 file 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 +;; 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 . ;;; Commentary: -- cgit v1.0