From 6f646dc193e5a3552360af0398cf9c8a9ba97e2b Mon Sep 17 00:00:00 2001 From: Eric Levin Date: Wed, 20 Jan 2016 17:41:40 -0800 Subject: [PATCH] Update weatherBox.js Added header --- examples/widgets/weatherBox.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/examples/widgets/weatherBox.js b/examples/widgets/weatherBox.js index 61c0683549..71457136e9 100644 --- a/examples/widgets/weatherBox.js +++ b/examples/widgets/weatherBox.js @@ -1,3 +1,18 @@ +// +// weatherBox.js +// examples/widgets/weatherBox +// +// Created by Eric Levin on 1/20/16. +// Copyright 2016 High Fidelity, Inc. +// +// This script creates a weatherBox widget which (in final version) will display the current weather +// +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html +// + + Script.include("../libraries/utils.js"); var weatherBox, boxDimensions; var orientation = Camera.getOrientation(); @@ -143,4 +158,4 @@ function cleanup() { } -Script.scriptEnding.connect(cleanup); \ No newline at end of file +Script.scriptEnding.connect(cleanup);