cleanup headers

This commit is contained in:
James B. Pollack 2015-11-06 11:50:34 -08:00
parent e928c8278b
commit cf86d27417
2 changed files with 3 additions and 4 deletions

View file

@ -1,11 +1,10 @@
// //
// createParamsEntity.js // createParamsEntity.js
// //
// // Created by James B. Pollack @imgntn on 11/6/2015
// Additions by James B. Pollack @imgntn on 11/6/2015
// Copyright 2015 High Fidelity, Inc. // 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. // Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html

View file

@ -3,7 +3,7 @@
// //
// Script Type: Entity // 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. // Copyright 2015 High Fidelity, Inc.
// //
// This script demonstrates how to recieve parameters from a Entities.callEntityMethod call // This script demonstrates how to recieve parameters from a Entities.callEntityMethod call