summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings_appearance.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-08-24 12:26:39 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-08-24 12:28:46 -0700
commita7f932ef90534e8eaf9fc6529fa5526b2684881f (patch)
tree6da9b03677576d44afb8cbbe9e06419d0ab3f1d8 /web/react/components/user_settings_appearance.jsx
parent192e18cdd0f2f87c3d932de003ed59cc6ca372ba (diff)
downloadchat-a7f932ef90534e8eaf9fc6529fa5526b2684881f.tar.gz
chat-a7f932ef90534e8eaf9fc6529fa5526b2684881f.tar.bz2
chat-a7f932ef90534e8eaf9fc6529fa5526b2684881f.zip
Added email help text and added licensing info
Diffstat (limited to 'web/react/components/user_settings_appearance.jsx')
-rw-r--r--web/react/components/user_settings_appearance.jsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/react/components/user_settings_appearance.jsx b/web/react/components/user_settings_appearance.jsx
index 0a17f1687..ba2d97ea8 100644
--- a/web/react/components/user_settings_appearance.jsx
+++ b/web/react/components/user_settings_appearance.jsx
@@ -1,3 +1,6 @@
+// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// See License.txt for license information.
+
var UserStore = require('../stores/user_store.jsx');
var SettingItemMin = require('./setting_item_min.jsx');
var SettingItemMax = require('./setting_item_max.jsx');