mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 09:28:33 +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.ui
|
||||
(:require [sablono.core :as html :refer-macros [html]]
|
||||
[promesa.core :as p]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue