From 52e1021cfbd1041e6464d4d39c39373147e2b525 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 9 Jul 2016 16:38:08 +0300 Subject: [PATCH] Add missing license header on mixins ns file. --- src/uxbox/util/mixins.cljs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/uxbox/util/mixins.cljs b/src/uxbox/util/mixins.cljs index 8d2a33ac4..8036fab9d 100644 --- a/src/uxbox/util/mixins.cljs +++ b/src/uxbox/util/mixins.cljs @@ -1,3 +1,9 @@ +;; 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) 2016 Andrey Antukh + (ns uxbox.util.mixins (:refer-clojure :exclude [concat]) (:require [sablono.core :refer-macros [html]]