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
|
;; Copyright 2024 Ben Sturmfels
|
||||||
;; License: GPLv3-or-later
|
;; License: GPLv3-or-later
|
||||||
;;
|
|
||||||
;; Full copyright and licensing details can be found at toplevel file
|
|
||||||
;; LICENSE.txt in the repository.
|
|
||||||
|
|
||||||
(ns core
|
(ns core
|
||||||
"Beancount importer for Paychex Pay Item Details report."
|
"Beancount importer for Paychex Pay Item Details report."
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
;; Copyright 2024 Ben Sturmfels
|
;; Copyright 2024 Ben Sturmfels
|
||||||
;; License: GPLv3-or-later
|
;; License: GPLv3-or-later
|
||||||
;;
|
|
||||||
;; Full copyright and licensing details can be found at toplevel file
|
|
||||||
;; LICENSE.txt in the repository.
|
|
||||||
|
|
||||||
(ns import
|
(ns import
|
||||||
(:require [clojure.data.csv :as csv]
|
(:require [clojure.data.csv :as csv]
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
;; Copyright 2024 Ben Sturmfels
|
;; Copyright 2024 Ben Sturmfels
|
||||||
;; License: GPLv3-or-later
|
;; License: GPLv3-or-later
|
||||||
;;
|
|
||||||
;; Full copyright and licensing details can be found at toplevel file
|
|
||||||
;; LICENSE.txt in the repository.
|
|
||||||
|
|
||||||
(ns parse
|
(ns parse
|
||||||
"Tools for parsing a subset of Beancount transaction text format for testing.
|
"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
|
(ns import-test
|
||||||
(:require [import :as sut]
|
(:require [import]
|
||||||
[clojure.java.io]
|
[clojure.java.io]
|
||||||
[clojure.test :as t]))
|
[clojure.test :as t]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue