diff --git a/README.md b/README.md index ef2fd2962..22f596407 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# UXBox # +# UXBox UI # [![Travis Badge](https://img.shields.io/travis/uxbox/uxbox/master.svg)](https://travis-ci.org/uxbox/uxbox "Travis Badge") diff --git a/src/uxbox/ui/settings.cljs b/src/uxbox/ui/settings.cljs index 700202d44..c2418ad1f 100644 --- a/src/uxbox/ui/settings.cljs +++ b/src/uxbox/ui/settings.cljs @@ -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 +;; Copyright (c) 2015-2016 Juan de la Cruz + (ns uxbox.ui.settings (:require [sablono.core :as html :refer-macros [html]] [rum.core :as rum]