Tidy headers
This commit is contained in:
parent
72f2c60ca0
commit
87d10199e4
4 changed files with 4 additions and 10 deletions
|
@ -1,8 +1,5 @@
|
|||
;; Copyright 2024 Ben Sturmfels
|
||||
;; License: GPLv3-or-later
|
||||
;;
|
||||
;; Full copyright and licensing details can be found at toplevel file
|
||||
;; LICENSE.txt in the repository.
|
||||
|
||||
(ns core
|
||||
"Beancount importer for Paychex Pay Item Details report."
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
;; Copyright 2024 Ben Sturmfels
|
||||
;; License: GPLv3-or-later
|
||||
;;
|
||||
;; Full copyright and licensing details can be found at toplevel file
|
||||
;; LICENSE.txt in the repository.
|
||||
|
||||
(ns import
|
||||
(:require [clojure.data.csv :as csv]
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
;; Copyright 2024 Ben Sturmfels
|
||||
;; License: GPLv3-or-later
|
||||
;;
|
||||
;; Full copyright and licensing details can be found at toplevel file
|
||||
;; LICENSE.txt in the repository.
|
||||
|
||||
(ns parse
|
||||
"Tools for parsing a subset of Beancount transaction text format for testing.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
;; Copyright 2024 Ben Sturmfels
|
||||
;; License: GPLv3-or-later
|
||||
|
||||
(ns import-test
|
||||
(:require [import :as sut]
|
||||
(:require [import]
|
||||
[clojure.java.io]
|
||||
[clojure.test :as t]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue