From cf86d27417716ca48a3dd7805730870e920f30e8 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Fri, 6 Nov 2015 11:50:34 -0800 Subject: [PATCH] cleanup headers --- examples/entityScripts/createParamsEntity.js | 5 ++--- examples/entityScripts/paramsEntity.js | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/entityScripts/createParamsEntity.js b/examples/entityScripts/createParamsEntity.js index e01f075716..991bb0d667 100644 --- a/examples/entityScripts/createParamsEntity.js +++ b/examples/entityScripts/createParamsEntity.js @@ -1,11 +1,10 @@ // // createParamsEntity.js // -// -// Additions by James B. Pollack @imgntn on 11/6/2015 +// Created by James B. Pollack @imgntn on 11/6/2015 // Copyright 2015 High Fidelity, Inc. // -// This script demonstrates creates an entity and sends it a method call with parameters. +// This script demonstrates creating an entity and sending it a method call with parameters. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/examples/entityScripts/paramsEntity.js b/examples/entityScripts/paramsEntity.js index afcfd279d5..6cb5cb5833 100644 --- a/examples/entityScripts/paramsEntity.js +++ b/examples/entityScripts/paramsEntity.js @@ -3,7 +3,7 @@ // // Script Type: Entity // -// Additions by James B. Pollack @imgntn on 11/6/2015 +// Created by James B. Pollack @imgntn on 11/6/2015 // Copyright 2015 High Fidelity, Inc. // // This script demonstrates how to recieve parameters from a Entities.callEntityMethod call