It's 2021
This commit is contained in:
parent
86a4d2056b
commit
87eec786e1
5 changed files with 5 additions and 5 deletions
|
|
@ -637,6 +637,6 @@ To teach HoneySQL how to handle your datatype you need to implement [`honeysql.f
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright (c) 2020 Sean Corfield. HoneySQL 1.x was copyright (c) 2012-2020 Justin Kramer and Sean Corfield.
|
Copyright (c) 2020-2021 Sean Corfield. HoneySQL 1.x was copyright (c) 2012-2020 Justin Kramer and Sean Corfield.
|
||||||
|
|
||||||
Distributed under the Eclipse Public License, the same as Clojure.
|
Distributed under the Eclipse Public License, the same as Clojure.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
;; copyright (c) 2020 sean corfield, all rights reserved
|
;; copyright (c) 2020-2021 sean corfield, all rights reserved
|
||||||
|
|
||||||
(ns honey.specs
|
(ns honey.specs
|
||||||
"Optional namespace containing `clojure.spec` representations of
|
"Optional namespace containing `clojure.spec` representations of
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
;; copyright (c) 2020 sean corfield, all rights reserved
|
;; copyright (c) 2020-2021 sean corfield, all rights reserved
|
||||||
|
|
||||||
(ns honey.sql
|
(ns honey.sql
|
||||||
"Primary API for HoneySQL 2.x."
|
"Primary API for HoneySQL 2.x."
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
;; copyright (c) 2020 sean corfield, all rights reserved
|
;; copyright (c) 2020-2021 sean corfield, all rights reserved
|
||||||
|
|
||||||
(ns honey.sql.helpers
|
(ns honey.sql.helpers
|
||||||
"Helper functions for the built-in clauses in honey.sql."
|
"Helper functions for the built-in clauses in honey.sql."
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
;; copyright (c) 2020 sean corfield, all rights reserved
|
;; copyright (c) 2020-2021 sean corfield, all rights reserved
|
||||||
|
|
||||||
(ns honey.sql.helpers-test
|
(ns honey.sql.helpers-test
|
||||||
(:refer-clojure :exclude [update set group-by for])
|
(:refer-clojure :exclude [update set group-by for])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue