Add license blocks.

This commit is contained in:
Richard Newman 2016-07-12 19:10:13 -07:00
parent c4f2e00112
commit 02759947c8
3 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,7 @@
;; This Source Code Form is subject to the terms of the Mozilla Public
;; License, v. 2.0. If a copy of the MPL was not distributed with this
;; file, You can obtain one at http://mozilla.org/MPL/2.0/.
(ns datomish.query
(:require
[datomish.util :as util :refer [raise var->sql-var]]

View file

@ -1,3 +1,7 @@
;; This Source Code Form is subject to the terms of the Mozilla Public
;; License, v. 2.0. If a copy of the MPL was not distributed with this
;; file, You can obtain one at http://mozilla.org/MPL/2.0/.
(ns datomish.transforms)
#?(:clj

View file

@ -1,3 +1,7 @@
;; This Source Code Form is subject to the terms of the Mozilla Public
;; License, v. 2.0. If a copy of the MPL was not distributed with this
;; file, You can obtain one at http://mozilla.org/MPL/2.0/.
(ns datomish.util
(:require
[clojure.string :as str]))