Add license header to cljs files.

This commit is contained in:
Andrey Antukh 2016-03-01 20:18:42 +02:00
parent 3f67c5b582
commit ea8b0f21f9
57 changed files with 399 additions and 0 deletions

View file

@ -1,3 +1,10 @@
;; 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/.
;;
;; Copyright (c) 2015-2016 Andrey Antukh <niwi@niwi.nz>
;; Copyright (c) 2015-2016 Juan de la Cruz <delacruzgarciajuan@gmail.com>
(ns uxbox.repo
"A main interface for access to remote resources."
(:refer-clojure :exclude [do])