diff --git a/examples/libraries/ExportMenu.js b/examples/libraries/ExportMenu.js index fb148b8150..0a47f2bd69 100644 --- a/examples/libraries/ExportMenu.js +++ b/examples/libraries/ExportMenu.js @@ -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(); diff --git a/examples/libraries/ModelImporter.js b/examples/libraries/ModelImporter.js index 868d6d7d46..a0c35bb663 100644 --- a/examples/libraries/ModelImporter.js +++ b/examples/libraries/ModelImporter.js @@ -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; diff --git a/examples/libraries/ToolTip.js b/examples/libraries/ToolTip.js index 0070f4676f..785a0e4d2f 100644 --- a/examples/libraries/ToolTip.js +++ b/examples/libraries/ToolTip.js @@ -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; diff --git a/examples/libraries/dataViewHelpers.js b/examples/libraries/dataViewHelpers.js index 6e60ba8bdc..c6b83ad1f6 100644 --- a/examples/libraries/dataViewHelpers.js +++ b/examples/libraries/dataViewHelpers.js @@ -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, diff --git a/examples/libraries/httpMultiPart.js b/examples/libraries/httpMultiPart.js index 72f3bf6417..7bf3395e5e 100644 --- a/examples/libraries/httpMultiPart.js +++ b/examples/libraries/httpMultiPart.js @@ -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, diff --git a/examples/libraries/modelUploader.js b/examples/libraries/modelUploader.js index fb3db0958f..d83fc8c16d 100644 --- a/examples/libraries/modelUploader.js +++ b/examples/libraries/modelUploader.js @@ -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, diff --git a/examples/libraries/progressDialog.js b/examples/libraries/progressDialog.js index 349808131d..dff0904372 100644 --- a/examples/libraries/progressDialog.js +++ b/examples/libraries/progressDialog.js @@ -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,