mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 12:36:12 +02:00
Add license header to cljs files.
This commit is contained in:
parent
3f67c5b582
commit
ea8b0f21f9
57 changed files with 399 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue