Format copyright lines
This commit is contained in:
parent
e1a5da3426
commit
912e6dbfe5
|
@ -1,5 +1,5 @@
|
|||
;;; Copyright (c) 2019 Lassi Kortela
|
||||
;;; SPDX-License-Identifier: ISC
|
||||
;; Copyright 2019 Lassi Kortela
|
||||
;; SPDX-License-Identifier: ISC
|
||||
|
||||
(define nulls (make-bytevector 512 0))
|
||||
(define zeros (make-bytevector 12 (char->integer #\0)))
|
||||
|
|
Loading…
Reference in New Issue