added file headers

This commit is contained in:
ZappoMan 2014-10-03 09:26:09 -07:00
parent 4ad10cb6cc
commit 23f584d9da
7 changed files with 76 additions and 1 deletions

View file

@ -1,4 +1,14 @@
var ExportMenu = function (opts) {
//
// ExportMenu.js
// examples/libraries
//
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
ExportMenu = function (opts) {
var self = this;
var windowDimensions = Controller.getViewportDimensions();

View file

@ -1,3 +1,14 @@
//
// ModelImporter.js
// examples/libraries
//
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
ModelImporter = function (opts) {
var self = this;

View file

@ -1,3 +1,14 @@
//
// ToolTip.js
// examples/libraries
//
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
function Tooltip() {
this.x = 285;
this.y = 115;

View file

@ -1,3 +1,13 @@
//
// dataViewHelpers.js
// examples/libraries
//
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
if (typeof DataView.prototype.indexOf !== "function") {
DataView.prototype.indexOf = function (searchString, position) {
var searchLength = searchString.length,

View file

@ -1,3 +1,14 @@
//
// httpMultiPart.js
// examples/libraries
//
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
httpMultiPart = (function () {
var that = {},
parts,

View file

@ -1,3 +1,14 @@
//
// modelUploader.js
// examples/libraries
//
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
modelUploader = (function () {
var that = {},
modelFile,

View file

@ -1,3 +1,14 @@
//
// progressDialog.js
// examples/libraries
//
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
progressDialog = (function () {
var that = {},
progressBackground,