cosmetic: fix header

This commit is contained in:
Daniel Kochmański 2016-11-05 19:12:23 +01:00
parent 8df64c7dc7
commit ae91b43981

View file

@ -2,16 +2,15 @@
;;;; vim: set filetype=lisp tabstop=8 shiftwidth=2 expandtab:
;;;;
;;;; Copyright (c) 2011, Juan Jose Garcia-Ripoll
;;;; Copyright (c) 2011 Juan Jose Garcia-Ripoll
;;;;
;;;; This program is free software; you can redistribute it and/or
;;;; modify it under the terms of the GNU Library General Public
;;;; License as published by the Free Software Foundation; either
;;;; version 2 of the License, or (at your option) any later version.
;;;; See file 'LICENSE' for the copyright details.
;;;;
;;;; See file '../Copyright' for full details.
;;; Include CDR-5 in features
;;;; CDR 5: Sub-interval Numerical Types for Common Lisp
;;;;
;;;; https://common-lisp.net/project/cdr/document/5/index.html
(pushnew :cdr-5 *features*)
(in-package "EXT")