diff --git a/src/uxbox/ui/auth.cljs b/src/uxbox/ui/auth.cljs index c3643551da..cad763888b 100644 --- a/src/uxbox/ui/auth.cljs +++ b/src/uxbox/ui/auth.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.ui.auth (:require [sablono.core :as html :refer-macros [html]] [lentes.core :as l] diff --git a/src/uxbox/ui/users.cljs b/src/uxbox/ui/users.cljs index e89f0d10c8..982becec75 100644 --- a/src/uxbox/ui/users.cljs +++ b/src/uxbox/ui/users.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.ui.users (:require [sablono.core :as html :refer-macros [html]] [lentes.core :as l]