From 67ac254dc24acf2435e27f30498d5659edff164f Mon Sep 17 00:00:00 2001 From: Craig Gidney Date: Tue, 30 May 2017 09:16:18 -0700 Subject: [PATCH] Fix typo in license header --- GruntFile.js | 2 +- karma.test.conf.js | 2 +- karma.test_perf.conf.js | 2 +- src/Config.js | 2 +- src/base/CooldownThrottle.js | 2 +- src/base/Describe.js | 2 +- src/base/DetailedError.js | 2 +- src/base/Equate.js | 2 +- src/base/Format.js | 2 +- src/base/Obs.js | 2 +- src/base/RestartableRng.js | 2 +- src/base/Revision.js | 2 +- src/base/Seq.js | 2 +- src/base/Util.js | 2 +- src/browser/Clipboard.js | 2 +- src/browser/EventUtil.js | 2 +- src/browser/HistoryPusher.js | 2 +- src/browser/MouseWatcher.js | 2 +- src/browser/Polyfills.js | 2 +- src/browser/SaveFile.js | 2 +- src/browser/TouchScrollBlocker.js | 2 +- src/circuit/CircuitComputeUtil.js | 2 +- src/circuit/CircuitDefinition.js | 2 +- src/circuit/CircuitEvalContext.js | 2 +- src/circuit/CircuitShaders.js | 2 +- src/circuit/CircuitStats.js | 2 +- src/circuit/Controls.js | 2 +- src/circuit/CustomGateSet.js | 2 +- src/circuit/Gate.js | 2 +- src/circuit/GateCheckArgs.js | 2 +- src/circuit/GateColumn.js | 2 +- src/circuit/GateShaders.js | 2 +- src/circuit/KetShaderUtil.js | 2 +- src/circuit/KetTextureUtil.js | 2 +- src/circuit/Serializer.js | 2 +- src/draw/CachablePainting.js | 2 +- src/draw/GateDrawParams.js | 2 +- src/draw/GatePainting.js | 2 +- src/draw/MathPainter.js | 2 +- src/draw/Painter.js | 2 +- src/draw/WidgetPainter.js | 2 +- src/fallback.js | 2 +- src/gates/AllGates.js | 2 +- src/gates/AmplitudeDisplay.js | 2 +- src/gates/ArithmeticGates.js | 2 +- src/gates/BitCountGates.js | 2 +- src/gates/BlochSphereDisplay.js | 2 +- src/gates/ComparisonGates.js | 2 +- src/gates/Controls.js | 2 +- src/gates/CountingGates.js | 2 +- src/gates/CycleBitsGates.js | 2 +- src/gates/Debug_ErrorInjectionGate.js | 2 +- src/gates/DensityMatrixDisplay.js | 2 +- src/gates/ExponentiatingGates.js | 2 +- src/gates/FourierTransformGates.js | 2 +- src/gates/HalfTurnGates.js | 2 +- src/gates/Impossible_UniversalNotGate.js | 2 +- src/gates/InputGates.js | 2 +- src/gates/InterleaveBitsGates.js | 2 +- src/gates/Joke_MysteryGate.js | 2 +- src/gates/Joke_NeGate.js | 2 +- src/gates/Joke_ZeroGate.js | 2 +- src/gates/MeasurementGate.js | 2 +- src/gates/ModularAdditionGates.js | 2 +- src/gates/ModularIncrementGates.js | 2 +- src/gates/ModularMultiplicationGates.js | 2 +- src/gates/ModularMultiplyAccumulateGates.js | 2 +- src/gates/MultiplicationGates.js | 2 +- src/gates/MultiplyAccumulateGates.js | 2 +- src/gates/ParametrizedRotationGates.js | 2 +- src/gates/PhaseGradientGates.js | 2 +- src/gates/PivotFlipGates.js | 2 +- src/gates/PostSelectionGates.js | 2 +- src/gates/PoweringGates.js | 2 +- src/gates/ProbabilityDisplay.js | 2 +- src/gates/QuarterTurnGates.js | 2 +- src/gates/ReverseBitsGate.js | 2 +- src/gates/SampleDisplay.js | 2 +- src/gates/SpacerGate.js | 2 +- src/gates/SwapGateHalf.js | 2 +- src/gates/VariousXGates.js | 2 +- src/gates/VariousYGates.js | 2 +- src/gates/VariousZGates.js | 2 +- src/gates/XorGates.js | 2 +- src/issues.js | 2 +- src/main.js | 2 +- src/math/Axis.js | 2 +- src/math/Complex.js | 2 +- src/math/FormulaParser.js | 2 +- src/math/Matrix.js | 2 +- src/math/Point.js | 2 +- src/math/Rect.js | 2 +- src/ui/DisplayedCircuit.js | 2 +- src/ui/DisplayedInspector.js | 2 +- src/ui/DisplayedToolbox.js | 2 +- src/ui/Hand.js | 2 +- src/ui/clear.js | 2 +- src/ui/exports.js | 2 +- src/ui/forge.js | 2 +- src/ui/menu.js | 2 +- src/ui/sim.js | 2 +- src/ui/title.js | 2 +- src/ui/undo.js | 2 +- src/ui/url.js | 2 +- src/webgl/ShaderCoders.js | 2 +- src/webgl/ShaderCoders_Base.js | 2 +- src/webgl/ShaderCoders_intoBytes.js | 2 +- src/webgl/ShaderCoders_intoFloats.js | 2 +- src/webgl/Shaders.js | 2 +- src/webgl/WglArg.js | 2 +- src/webgl/WglConfiguredShader.js | 2 +- src/webgl/WglContext.js | 2 +- src/webgl/WglMortalValueSlot.js | 2 +- src/webgl/WglShader.js | 2 +- src/webgl/WglTexture.js | 2 +- src/webgl/WglTexturePool.js | 2 +- src/webgl/WglTextureTrader.js | 2 +- src/webgl/WglUtil.js | 2 +- test/CircuitOperationTestUtil.js | 2 +- test/KarmaTestRunner.test.js | 2 +- test/TestUtil.js | 2 +- test/base/Describe.test.js | 2 +- test/base/DetailedError.test.js | 2 +- test/base/Equate.test.js | 2 +- test/base/Format.test.js | 2 +- test/base/Obs.test.js | 2 +- test/base/RestartableRng.test.js | 2 +- test/base/Revision.test.js | 2 +- test/base/Seq.test.js | 2 +- test/base/Util.test.js | 2 +- test/circuit/CircuitComputeUtil.test.js | 2 +- test/circuit/CircuitDefinition.test.js | 2 +- test/circuit/CircuitShaders.test.js | 2 +- test/circuit/CircuitStats.test.js | 2 +- test/circuit/Controls.test.js | 2 +- test/circuit/Gate.test.js | 2 +- test/circuit/GateColumn.test.js | 2 +- test/circuit/GateShaders.test.js | 2 +- test/circuit/KetShaderUtil.test.js | 2 +- test/circuit/Serializer.test.js | 2 +- test/gates/AllGates.test.js | 2 +- test/gates/AmplitudeDisplay.test.js | 2 +- test/gates/ArithmeticGates.test.js | 2 +- test/gates/BitCountGates.test.js | 2 +- test/gates/ComparisonGates.test.js | 2 +- test/gates/Controls.test.js | 2 +- test/gates/CycleBitsGates.test.js | 2 +- test/gates/DensityMatrixDisplay.test.js | 2 +- test/gates/ExponentiatingGates.test.js | 2 +- test/gates/FourierTransformGates.test.js | 2 +- test/gates/Impossible_UniversalNotGate.test.js | 2 +- test/gates/InputGates.test.js | 2 +- test/gates/InterleaveBitsGates.test.js | 2 +- test/gates/ModularAdditionGates.test.js | 2 +- test/gates/ModularIncrementGates.test.js | 2 +- test/gates/ModularMultiplicationGates.test.js | 2 +- test/gates/ModularMultiplyAccumulateGates.test.js | 2 +- test/gates/MultiplicationGates.test.js | 2 +- test/gates/MultiplyAccumulateGates.test.js | 2 +- test/gates/ParametrizedRotationGates.test.js | 2 +- test/gates/PhaseGradientGates.test.js | 2 +- test/gates/PivotFlipGates.test.js | 2 +- test/gates/ProbabilityDisplay.test.js | 2 +- test/gates/XorGates.test.js | 2 +- test/math/Axis.test.js | 2 +- test/math/Complex.test.js | 2 +- test/math/Matrix.test.js | 2 +- test/math/Point.test.js | 2 +- test/math/Rect.test.js | 2 +- test/ui/DisplayedCircuit.test.js | 2 +- test/ui/MathPainter.test.js | 2 +- test/ui/Painter.test.js | 2 +- test/ui/WidgetPainter.test.js | 2 +- test/ui/forge.test.js | 2 +- test/webgl/ShaderCoders.test.js | 2 +- test/webgl/ShaderCoders_Base.test.js | 2 +- test/webgl/ShaderCoders_intoBytes.test.js | 2 +- test/webgl/ShaderCoders_intoFloats.test.js | 2 +- test/webgl/Shaders.test.js | 2 +- test/webgl/WglArg.test.js | 2 +- test/webgl/WglShader.test.js | 2 +- test/webgl/WglTexture.test.js | 2 +- test/webgl/WglTexturePool.test.js | 2 +- test_perf/CircuitStats.perf.js | 2 +- test_perf/DisplayedInspector.perf.js | 2 +- test_perf/KarmaTestRunner.perf.js | 2 +- test_perf/TestPerfUtil.js | 2 +- 187 files changed, 187 insertions(+), 187 deletions(-) diff --git a/GruntFile.js b/GruntFile.js index 1a0d29ea..e845277b 100644 --- a/GruntFile.js +++ b/GruntFile.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/karma.test.conf.js b/karma.test.conf.js index de51f625..dc69150c 100644 --- a/karma.test.conf.js +++ b/karma.test.conf.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/karma.test_perf.conf.js b/karma.test_perf.conf.js index 6edfb0fb..6f1617a9 100644 --- a/karma.test_perf.conf.js +++ b/karma.test_perf.conf.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/Config.js b/src/Config.js index 92c608b0..e6bccfb8 100644 --- a/src/Config.js +++ b/src/Config.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/base/CooldownThrottle.js b/src/base/CooldownThrottle.js index 2506c324..ee27f629 100644 --- a/src/base/CooldownThrottle.js +++ b/src/base/CooldownThrottle.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/base/Describe.js b/src/base/Describe.js index d42e29da..9e8baf72 100644 --- a/src/base/Describe.js +++ b/src/base/Describe.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/base/DetailedError.js b/src/base/DetailedError.js index 6ad1fb6c..5201f5c7 100644 --- a/src/base/DetailedError.js +++ b/src/base/DetailedError.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/base/Equate.js b/src/base/Equate.js index a1fba91c..32b874d1 100644 --- a/src/base/Equate.js +++ b/src/base/Equate.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/base/Format.js b/src/base/Format.js index 3e66c0df..c109fe18 100644 --- a/src/base/Format.js +++ b/src/base/Format.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/base/Obs.js b/src/base/Obs.js index 2c189199..12b984dc 100644 --- a/src/base/Obs.js +++ b/src/base/Obs.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/base/RestartableRng.js b/src/base/RestartableRng.js index a7a36e90..998311f3 100644 --- a/src/base/RestartableRng.js +++ b/src/base/RestartableRng.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/base/Revision.js b/src/base/Revision.js index 672784c9..a14a7298 100644 --- a/src/base/Revision.js +++ b/src/base/Revision.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/base/Seq.js b/src/base/Seq.js index 27077310..720e4659 100644 --- a/src/base/Seq.js +++ b/src/base/Seq.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/base/Util.js b/src/base/Util.js index 6140c4b4..f35004ef 100644 --- a/src/base/Util.js +++ b/src/base/Util.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/browser/Clipboard.js b/src/browser/Clipboard.js index e5fba4b8..815b571c 100644 --- a/src/browser/Clipboard.js +++ b/src/browser/Clipboard.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/browser/EventUtil.js b/src/browser/EventUtil.js index 27264981..ab7c843f 100644 --- a/src/browser/EventUtil.js +++ b/src/browser/EventUtil.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/browser/HistoryPusher.js b/src/browser/HistoryPusher.js index 633e4316..8b699175 100644 --- a/src/browser/HistoryPusher.js +++ b/src/browser/HistoryPusher.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/browser/MouseWatcher.js b/src/browser/MouseWatcher.js index ee62af92..5e2fe8a8 100644 --- a/src/browser/MouseWatcher.js +++ b/src/browser/MouseWatcher.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/browser/Polyfills.js b/src/browser/Polyfills.js index 71c1a98c..c5906507 100644 --- a/src/browser/Polyfills.js +++ b/src/browser/Polyfills.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/browser/SaveFile.js b/src/browser/SaveFile.js index 13d0449f..4cc74208 100644 --- a/src/browser/SaveFile.js +++ b/src/browser/SaveFile.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/browser/TouchScrollBlocker.js b/src/browser/TouchScrollBlocker.js index eb7d9460..f12ff52c 100644 --- a/src/browser/TouchScrollBlocker.js +++ b/src/browser/TouchScrollBlocker.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/CircuitComputeUtil.js b/src/circuit/CircuitComputeUtil.js index 14b89b77..d9f47d7f 100644 --- a/src/circuit/CircuitComputeUtil.js +++ b/src/circuit/CircuitComputeUtil.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/CircuitDefinition.js b/src/circuit/CircuitDefinition.js index 456e1df3..2c3960f3 100644 --- a/src/circuit/CircuitDefinition.js +++ b/src/circuit/CircuitDefinition.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/CircuitEvalContext.js b/src/circuit/CircuitEvalContext.js index 809c88cf..7bcb81a1 100644 --- a/src/circuit/CircuitEvalContext.js +++ b/src/circuit/CircuitEvalContext.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/CircuitShaders.js b/src/circuit/CircuitShaders.js index d162fb29..a5031e3f 100644 --- a/src/circuit/CircuitShaders.js +++ b/src/circuit/CircuitShaders.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/CircuitStats.js b/src/circuit/CircuitStats.js index 265aa1fd..bcd78719 100644 --- a/src/circuit/CircuitStats.js +++ b/src/circuit/CircuitStats.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/Controls.js b/src/circuit/Controls.js index 941703cc..c4a70924 100644 --- a/src/circuit/Controls.js +++ b/src/circuit/Controls.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/CustomGateSet.js b/src/circuit/CustomGateSet.js index df7592db..0b82704d 100644 --- a/src/circuit/CustomGateSet.js +++ b/src/circuit/CustomGateSet.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/Gate.js b/src/circuit/Gate.js index 14ad658d..67dcdfb3 100644 --- a/src/circuit/Gate.js +++ b/src/circuit/Gate.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/GateCheckArgs.js b/src/circuit/GateCheckArgs.js index 0782703b..6782f4c5 100644 --- a/src/circuit/GateCheckArgs.js +++ b/src/circuit/GateCheckArgs.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/GateColumn.js b/src/circuit/GateColumn.js index 0821d348..bb4dcf34 100644 --- a/src/circuit/GateColumn.js +++ b/src/circuit/GateColumn.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/GateShaders.js b/src/circuit/GateShaders.js index 9edf9e03..f6444a1c 100644 --- a/src/circuit/GateShaders.js +++ b/src/circuit/GateShaders.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/KetShaderUtil.js b/src/circuit/KetShaderUtil.js index 84e9d494..882e2d60 100644 --- a/src/circuit/KetShaderUtil.js +++ b/src/circuit/KetShaderUtil.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/KetTextureUtil.js b/src/circuit/KetTextureUtil.js index 533444e9..b11ec149 100644 --- a/src/circuit/KetTextureUtil.js +++ b/src/circuit/KetTextureUtil.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/circuit/Serializer.js b/src/circuit/Serializer.js index 7b738bd5..1f4dddc1 100644 --- a/src/circuit/Serializer.js +++ b/src/circuit/Serializer.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/draw/CachablePainting.js b/src/draw/CachablePainting.js index b026e16a..929741e8 100644 --- a/src/draw/CachablePainting.js +++ b/src/draw/CachablePainting.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/draw/GateDrawParams.js b/src/draw/GateDrawParams.js index f23130e8..e5e87dc2 100644 --- a/src/draw/GateDrawParams.js +++ b/src/draw/GateDrawParams.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/draw/GatePainting.js b/src/draw/GatePainting.js index a5f33044..402280ce 100644 --- a/src/draw/GatePainting.js +++ b/src/draw/GatePainting.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/draw/MathPainter.js b/src/draw/MathPainter.js index d3699d9d..12f19052 100644 --- a/src/draw/MathPainter.js +++ b/src/draw/MathPainter.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/draw/Painter.js b/src/draw/Painter.js index baacbd58..cf1112ac 100644 --- a/src/draw/Painter.js +++ b/src/draw/Painter.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/draw/WidgetPainter.js b/src/draw/WidgetPainter.js index fd886412..9dad67e4 100644 --- a/src/draw/WidgetPainter.js +++ b/src/draw/WidgetPainter.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/fallback.js b/src/fallback.js index e1eb22ba..027bdba5 100644 --- a/src/fallback.js +++ b/src/fallback.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/AllGates.js b/src/gates/AllGates.js index 55c1cf4f..ca3dd7f6 100644 --- a/src/gates/AllGates.js +++ b/src/gates/AllGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/AmplitudeDisplay.js b/src/gates/AmplitudeDisplay.js index 031df3c8..cf89fb6a 100644 --- a/src/gates/AmplitudeDisplay.js +++ b/src/gates/AmplitudeDisplay.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/ArithmeticGates.js b/src/gates/ArithmeticGates.js index 700740b7..acc03a41 100644 --- a/src/gates/ArithmeticGates.js +++ b/src/gates/ArithmeticGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/BitCountGates.js b/src/gates/BitCountGates.js index f7c0178f..65cc4586 100644 --- a/src/gates/BitCountGates.js +++ b/src/gates/BitCountGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/BlochSphereDisplay.js b/src/gates/BlochSphereDisplay.js index 5252f34e..402f2591 100644 --- a/src/gates/BlochSphereDisplay.js +++ b/src/gates/BlochSphereDisplay.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/ComparisonGates.js b/src/gates/ComparisonGates.js index 97ff47ef..5ceecf7c 100644 --- a/src/gates/ComparisonGates.js +++ b/src/gates/ComparisonGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/Controls.js b/src/gates/Controls.js index 0324d36f..edd41b4b 100644 --- a/src/gates/Controls.js +++ b/src/gates/Controls.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/CountingGates.js b/src/gates/CountingGates.js index 1d55d580..1806a867 100644 --- a/src/gates/CountingGates.js +++ b/src/gates/CountingGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/CycleBitsGates.js b/src/gates/CycleBitsGates.js index 777ead29..120e2e0c 100644 --- a/src/gates/CycleBitsGates.js +++ b/src/gates/CycleBitsGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/Debug_ErrorInjectionGate.js b/src/gates/Debug_ErrorInjectionGate.js index 86f3b440..794fcecd 100644 --- a/src/gates/Debug_ErrorInjectionGate.js +++ b/src/gates/Debug_ErrorInjectionGate.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/DensityMatrixDisplay.js b/src/gates/DensityMatrixDisplay.js index c7cb37d0..13177556 100644 --- a/src/gates/DensityMatrixDisplay.js +++ b/src/gates/DensityMatrixDisplay.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/ExponentiatingGates.js b/src/gates/ExponentiatingGates.js index b46401b3..861dd7fc 100644 --- a/src/gates/ExponentiatingGates.js +++ b/src/gates/ExponentiatingGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/FourierTransformGates.js b/src/gates/FourierTransformGates.js index fff97a5b..3f3182b3 100644 --- a/src/gates/FourierTransformGates.js +++ b/src/gates/FourierTransformGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/HalfTurnGates.js b/src/gates/HalfTurnGates.js index b2e51dce..14695a7d 100644 --- a/src/gates/HalfTurnGates.js +++ b/src/gates/HalfTurnGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/Impossible_UniversalNotGate.js b/src/gates/Impossible_UniversalNotGate.js index 777b1b4f..490ce905 100644 --- a/src/gates/Impossible_UniversalNotGate.js +++ b/src/gates/Impossible_UniversalNotGate.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/InputGates.js b/src/gates/InputGates.js index 172f8daa..d73ad960 100644 --- a/src/gates/InputGates.js +++ b/src/gates/InputGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/InterleaveBitsGates.js b/src/gates/InterleaveBitsGates.js index b8e83735..92823143 100644 --- a/src/gates/InterleaveBitsGates.js +++ b/src/gates/InterleaveBitsGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/Joke_MysteryGate.js b/src/gates/Joke_MysteryGate.js index 173c889d..fc68003a 100644 --- a/src/gates/Joke_MysteryGate.js +++ b/src/gates/Joke_MysteryGate.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/Joke_NeGate.js b/src/gates/Joke_NeGate.js index b59fe4f9..50465364 100644 --- a/src/gates/Joke_NeGate.js +++ b/src/gates/Joke_NeGate.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/Joke_ZeroGate.js b/src/gates/Joke_ZeroGate.js index 9da9c1d2..5b099897 100644 --- a/src/gates/Joke_ZeroGate.js +++ b/src/gates/Joke_ZeroGate.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/MeasurementGate.js b/src/gates/MeasurementGate.js index 65f0eb00..7f4030ea 100644 --- a/src/gates/MeasurementGate.js +++ b/src/gates/MeasurementGate.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/ModularAdditionGates.js b/src/gates/ModularAdditionGates.js index a19c1336..18b84098 100644 --- a/src/gates/ModularAdditionGates.js +++ b/src/gates/ModularAdditionGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/ModularIncrementGates.js b/src/gates/ModularIncrementGates.js index 79a2684b..7a1747ea 100644 --- a/src/gates/ModularIncrementGates.js +++ b/src/gates/ModularIncrementGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/ModularMultiplicationGates.js b/src/gates/ModularMultiplicationGates.js index c7dd946b..239aeacc 100644 --- a/src/gates/ModularMultiplicationGates.js +++ b/src/gates/ModularMultiplicationGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/ModularMultiplyAccumulateGates.js b/src/gates/ModularMultiplyAccumulateGates.js index 028c2319..9ea58fc6 100644 --- a/src/gates/ModularMultiplyAccumulateGates.js +++ b/src/gates/ModularMultiplyAccumulateGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/MultiplicationGates.js b/src/gates/MultiplicationGates.js index 24fc5e4e..e48c04ca 100644 --- a/src/gates/MultiplicationGates.js +++ b/src/gates/MultiplicationGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/MultiplyAccumulateGates.js b/src/gates/MultiplyAccumulateGates.js index c9b9d3be..1a8a5c93 100644 --- a/src/gates/MultiplyAccumulateGates.js +++ b/src/gates/MultiplyAccumulateGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/ParametrizedRotationGates.js b/src/gates/ParametrizedRotationGates.js index ff79b1ef..4f4b2e1d 100644 --- a/src/gates/ParametrizedRotationGates.js +++ b/src/gates/ParametrizedRotationGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/PhaseGradientGates.js b/src/gates/PhaseGradientGates.js index 5b1dc525..2082bfbd 100644 --- a/src/gates/PhaseGradientGates.js +++ b/src/gates/PhaseGradientGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/PivotFlipGates.js b/src/gates/PivotFlipGates.js index 8b836ff9..c6cb9829 100644 --- a/src/gates/PivotFlipGates.js +++ b/src/gates/PivotFlipGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/PostSelectionGates.js b/src/gates/PostSelectionGates.js index ed1873a4..014e0517 100644 --- a/src/gates/PostSelectionGates.js +++ b/src/gates/PostSelectionGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/PoweringGates.js b/src/gates/PoweringGates.js index ed077067..ec3f36b2 100644 --- a/src/gates/PoweringGates.js +++ b/src/gates/PoweringGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/ProbabilityDisplay.js b/src/gates/ProbabilityDisplay.js index 5e31e639..35b7875a 100644 --- a/src/gates/ProbabilityDisplay.js +++ b/src/gates/ProbabilityDisplay.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/QuarterTurnGates.js b/src/gates/QuarterTurnGates.js index 6c35a105..cf5b9119 100644 --- a/src/gates/QuarterTurnGates.js +++ b/src/gates/QuarterTurnGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/ReverseBitsGate.js b/src/gates/ReverseBitsGate.js index 5e3a991c..fee1eafa 100644 --- a/src/gates/ReverseBitsGate.js +++ b/src/gates/ReverseBitsGate.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/SampleDisplay.js b/src/gates/SampleDisplay.js index 40c500d4..da2a86a5 100644 --- a/src/gates/SampleDisplay.js +++ b/src/gates/SampleDisplay.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/SpacerGate.js b/src/gates/SpacerGate.js index e9a5d6c0..a6f3c0a7 100644 --- a/src/gates/SpacerGate.js +++ b/src/gates/SpacerGate.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/SwapGateHalf.js b/src/gates/SwapGateHalf.js index ee7fb4b4..216b794b 100644 --- a/src/gates/SwapGateHalf.js +++ b/src/gates/SwapGateHalf.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/VariousXGates.js b/src/gates/VariousXGates.js index aa0c2a58..de8cb738 100644 --- a/src/gates/VariousXGates.js +++ b/src/gates/VariousXGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/VariousYGates.js b/src/gates/VariousYGates.js index d08c554d..d2986aea 100644 --- a/src/gates/VariousYGates.js +++ b/src/gates/VariousYGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/VariousZGates.js b/src/gates/VariousZGates.js index a2d2be2e..6ff37702 100644 --- a/src/gates/VariousZGates.js +++ b/src/gates/VariousZGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/gates/XorGates.js b/src/gates/XorGates.js index c81d02dd..e1909abd 100644 --- a/src/gates/XorGates.js +++ b/src/gates/XorGates.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/issues.js b/src/issues.js index bcbec18d..70e77c9d 100644 --- a/src/issues.js +++ b/src/issues.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/main.js b/src/main.js index b43f4f55..78f1361f 100644 --- a/src/main.js +++ b/src/main.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/math/Axis.js b/src/math/Axis.js index 1c1d0d52..41b21144 100644 --- a/src/math/Axis.js +++ b/src/math/Axis.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/math/Complex.js b/src/math/Complex.js index 52ad581c..f44cc4a0 100644 --- a/src/math/Complex.js +++ b/src/math/Complex.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/math/FormulaParser.js b/src/math/FormulaParser.js index fb546414..3c6f7e8b 100644 --- a/src/math/FormulaParser.js +++ b/src/math/FormulaParser.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/math/Matrix.js b/src/math/Matrix.js index a7216618..9eefeac6 100644 --- a/src/math/Matrix.js +++ b/src/math/Matrix.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/math/Point.js b/src/math/Point.js index 59f41ed5..f3c6ff67 100644 --- a/src/math/Point.js +++ b/src/math/Point.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/math/Rect.js b/src/math/Rect.js index cce4c591..30e25a40 100644 --- a/src/math/Rect.js +++ b/src/math/Rect.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/DisplayedCircuit.js b/src/ui/DisplayedCircuit.js index 9d0d2db0..3cdc6f9e 100644 --- a/src/ui/DisplayedCircuit.js +++ b/src/ui/DisplayedCircuit.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/DisplayedInspector.js b/src/ui/DisplayedInspector.js index 2f404b73..daae2b71 100644 --- a/src/ui/DisplayedInspector.js +++ b/src/ui/DisplayedInspector.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/DisplayedToolbox.js b/src/ui/DisplayedToolbox.js index 061d9465..dce22dd7 100644 --- a/src/ui/DisplayedToolbox.js +++ b/src/ui/DisplayedToolbox.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/Hand.js b/src/ui/Hand.js index 2a6f84a6..ecb38579 100644 --- a/src/ui/Hand.js +++ b/src/ui/Hand.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/clear.js b/src/ui/clear.js index d3ea5d88..f2f25452 100644 --- a/src/ui/clear.js +++ b/src/ui/clear.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/exports.js b/src/ui/exports.js index 3e7554a2..b0fbd63d 100644 --- a/src/ui/exports.js +++ b/src/ui/exports.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/forge.js b/src/ui/forge.js index 8234edd9..7698c953 100644 --- a/src/ui/forge.js +++ b/src/ui/forge.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/menu.js b/src/ui/menu.js index c50ce417..f8c8faa8 100644 --- a/src/ui/menu.js +++ b/src/ui/menu.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/sim.js b/src/ui/sim.js index 47af1d03..62144df3 100644 --- a/src/ui/sim.js +++ b/src/ui/sim.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/title.js b/src/ui/title.js index e988bfc0..53d763b8 100644 --- a/src/ui/title.js +++ b/src/ui/title.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/undo.js b/src/ui/undo.js index b664aec9..5a71f6a8 100644 --- a/src/ui/undo.js +++ b/src/ui/undo.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/ui/url.js b/src/ui/url.js index e08b901a..989b0187 100644 --- a/src/ui/url.js +++ b/src/ui/url.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/ShaderCoders.js b/src/webgl/ShaderCoders.js index 06083356..e2fb7a05 100644 --- a/src/webgl/ShaderCoders.js +++ b/src/webgl/ShaderCoders.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/ShaderCoders_Base.js b/src/webgl/ShaderCoders_Base.js index 30593c3a..816a735d 100644 --- a/src/webgl/ShaderCoders_Base.js +++ b/src/webgl/ShaderCoders_Base.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/ShaderCoders_intoBytes.js b/src/webgl/ShaderCoders_intoBytes.js index a05288ba..9468a519 100644 --- a/src/webgl/ShaderCoders_intoBytes.js +++ b/src/webgl/ShaderCoders_intoBytes.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/ShaderCoders_intoFloats.js b/src/webgl/ShaderCoders_intoFloats.js index 7f52a8d1..310a8a56 100644 --- a/src/webgl/ShaderCoders_intoFloats.js +++ b/src/webgl/ShaderCoders_intoFloats.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/Shaders.js b/src/webgl/Shaders.js index d518e141..a8c0b6ae 100644 --- a/src/webgl/Shaders.js +++ b/src/webgl/Shaders.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/WglArg.js b/src/webgl/WglArg.js index 93d1f2f4..483cc61a 100644 --- a/src/webgl/WglArg.js +++ b/src/webgl/WglArg.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/WglConfiguredShader.js b/src/webgl/WglConfiguredShader.js index 048ec3d6..cc1c1a4d 100644 --- a/src/webgl/WglConfiguredShader.js +++ b/src/webgl/WglConfiguredShader.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/WglContext.js b/src/webgl/WglContext.js index f4358620..74ce65ca 100644 --- a/src/webgl/WglContext.js +++ b/src/webgl/WglContext.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/WglMortalValueSlot.js b/src/webgl/WglMortalValueSlot.js index 485fa184..b120e286 100644 --- a/src/webgl/WglMortalValueSlot.js +++ b/src/webgl/WglMortalValueSlot.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/WglShader.js b/src/webgl/WglShader.js index 1504fc0e..2ec57a19 100644 --- a/src/webgl/WglShader.js +++ b/src/webgl/WglShader.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/WglTexture.js b/src/webgl/WglTexture.js index 27dd535b..81bb7c43 100644 --- a/src/webgl/WglTexture.js +++ b/src/webgl/WglTexture.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/WglTexturePool.js b/src/webgl/WglTexturePool.js index 481ccfd2..94f35eb3 100644 --- a/src/webgl/WglTexturePool.js +++ b/src/webgl/WglTexturePool.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/WglTextureTrader.js b/src/webgl/WglTextureTrader.js index f60d1142..58570cd3 100644 --- a/src/webgl/WglTextureTrader.js +++ b/src/webgl/WglTextureTrader.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/src/webgl/WglUtil.js b/src/webgl/WglUtil.js index ec90e2b9..70c71e89 100644 --- a/src/webgl/WglUtil.js +++ b/src/webgl/WglUtil.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/CircuitOperationTestUtil.js b/test/CircuitOperationTestUtil.js index fc9c599c..d67ddf4b 100644 --- a/test/CircuitOperationTestUtil.js +++ b/test/CircuitOperationTestUtil.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/KarmaTestRunner.test.js b/test/KarmaTestRunner.test.js index 8227d20b..5be71271 100644 --- a/test/KarmaTestRunner.test.js +++ b/test/KarmaTestRunner.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/TestUtil.js b/test/TestUtil.js index a6b7fe0d..2e24b362 100644 --- a/test/TestUtil.js +++ b/test/TestUtil.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/base/Describe.test.js b/test/base/Describe.test.js index 0e6154ba..8a56f367 100644 --- a/test/base/Describe.test.js +++ b/test/base/Describe.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/base/DetailedError.test.js b/test/base/DetailedError.test.js index 74ac9f35..d2360c09 100644 --- a/test/base/DetailedError.test.js +++ b/test/base/DetailedError.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/base/Equate.test.js b/test/base/Equate.test.js index 1f91f397..ad78604f 100644 --- a/test/base/Equate.test.js +++ b/test/base/Equate.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/base/Format.test.js b/test/base/Format.test.js index 0676746c..d3d8be03 100644 --- a/test/base/Format.test.js +++ b/test/base/Format.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/base/Obs.test.js b/test/base/Obs.test.js index e52f509b..f9c62e18 100644 --- a/test/base/Obs.test.js +++ b/test/base/Obs.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/base/RestartableRng.test.js b/test/base/RestartableRng.test.js index 446b87a1..07ace947 100644 --- a/test/base/RestartableRng.test.js +++ b/test/base/RestartableRng.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/base/Revision.test.js b/test/base/Revision.test.js index b2c17384..6d880414 100644 --- a/test/base/Revision.test.js +++ b/test/base/Revision.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/base/Seq.test.js b/test/base/Seq.test.js index 2d04378e..7cbb63ae 100644 --- a/test/base/Seq.test.js +++ b/test/base/Seq.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/base/Util.test.js b/test/base/Util.test.js index 3929714b..3ba641c5 100644 --- a/test/base/Util.test.js +++ b/test/base/Util.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/circuit/CircuitComputeUtil.test.js b/test/circuit/CircuitComputeUtil.test.js index dba355e3..80141a63 100644 --- a/test/circuit/CircuitComputeUtil.test.js +++ b/test/circuit/CircuitComputeUtil.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/circuit/CircuitDefinition.test.js b/test/circuit/CircuitDefinition.test.js index ddf8230a..720a2ba7 100644 --- a/test/circuit/CircuitDefinition.test.js +++ b/test/circuit/CircuitDefinition.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/circuit/CircuitShaders.test.js b/test/circuit/CircuitShaders.test.js index 6c8f6965..a73bcf7c 100644 --- a/test/circuit/CircuitShaders.test.js +++ b/test/circuit/CircuitShaders.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/circuit/CircuitStats.test.js b/test/circuit/CircuitStats.test.js index 454b70cf..573849d4 100644 --- a/test/circuit/CircuitStats.test.js +++ b/test/circuit/CircuitStats.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/circuit/Controls.test.js b/test/circuit/Controls.test.js index 8f98c38a..b020df89 100644 --- a/test/circuit/Controls.test.js +++ b/test/circuit/Controls.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/circuit/Gate.test.js b/test/circuit/Gate.test.js index aa3680fb..2790dec8 100644 --- a/test/circuit/Gate.test.js +++ b/test/circuit/Gate.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/circuit/GateColumn.test.js b/test/circuit/GateColumn.test.js index f2671e5c..4f9661d0 100644 --- a/test/circuit/GateColumn.test.js +++ b/test/circuit/GateColumn.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/circuit/GateShaders.test.js b/test/circuit/GateShaders.test.js index 9a6c6ea5..e83008ba 100644 --- a/test/circuit/GateShaders.test.js +++ b/test/circuit/GateShaders.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/circuit/KetShaderUtil.test.js b/test/circuit/KetShaderUtil.test.js index 992b3cef..25dda0ba 100644 --- a/test/circuit/KetShaderUtil.test.js +++ b/test/circuit/KetShaderUtil.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/circuit/Serializer.test.js b/test/circuit/Serializer.test.js index a7dca83e..989e5be1 100644 --- a/test/circuit/Serializer.test.js +++ b/test/circuit/Serializer.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/AllGates.test.js b/test/gates/AllGates.test.js index 5c875c29..21e2e058 100644 --- a/test/gates/AllGates.test.js +++ b/test/gates/AllGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/AmplitudeDisplay.test.js b/test/gates/AmplitudeDisplay.test.js index dfcaca57..ca597e83 100644 --- a/test/gates/AmplitudeDisplay.test.js +++ b/test/gates/AmplitudeDisplay.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/ArithmeticGates.test.js b/test/gates/ArithmeticGates.test.js index b916a90f..d3a2043d 100644 --- a/test/gates/ArithmeticGates.test.js +++ b/test/gates/ArithmeticGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/BitCountGates.test.js b/test/gates/BitCountGates.test.js index 7a9c6baa..bb3bf184 100644 --- a/test/gates/BitCountGates.test.js +++ b/test/gates/BitCountGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/ComparisonGates.test.js b/test/gates/ComparisonGates.test.js index 774f5ead..2ed915f5 100644 --- a/test/gates/ComparisonGates.test.js +++ b/test/gates/ComparisonGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/Controls.test.js b/test/gates/Controls.test.js index ffcf5477..e160d032 100644 --- a/test/gates/Controls.test.js +++ b/test/gates/Controls.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/CycleBitsGates.test.js b/test/gates/CycleBitsGates.test.js index f389ed3a..8010446a 100644 --- a/test/gates/CycleBitsGates.test.js +++ b/test/gates/CycleBitsGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/DensityMatrixDisplay.test.js b/test/gates/DensityMatrixDisplay.test.js index c9add7a0..0c70d20f 100644 --- a/test/gates/DensityMatrixDisplay.test.js +++ b/test/gates/DensityMatrixDisplay.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/ExponentiatingGates.test.js b/test/gates/ExponentiatingGates.test.js index a9f13e64..071b4838 100644 --- a/test/gates/ExponentiatingGates.test.js +++ b/test/gates/ExponentiatingGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/FourierTransformGates.test.js b/test/gates/FourierTransformGates.test.js index 7bc9d3b7..44f2b015 100644 --- a/test/gates/FourierTransformGates.test.js +++ b/test/gates/FourierTransformGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/Impossible_UniversalNotGate.test.js b/test/gates/Impossible_UniversalNotGate.test.js index f82ddbd5..d6df27b5 100644 --- a/test/gates/Impossible_UniversalNotGate.test.js +++ b/test/gates/Impossible_UniversalNotGate.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/InputGates.test.js b/test/gates/InputGates.test.js index 97772c07..bf446a1a 100644 --- a/test/gates/InputGates.test.js +++ b/test/gates/InputGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/InterleaveBitsGates.test.js b/test/gates/InterleaveBitsGates.test.js index a1caebf2..a58eeae8 100644 --- a/test/gates/InterleaveBitsGates.test.js +++ b/test/gates/InterleaveBitsGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/ModularAdditionGates.test.js b/test/gates/ModularAdditionGates.test.js index 8691dae5..817a07c3 100644 --- a/test/gates/ModularAdditionGates.test.js +++ b/test/gates/ModularAdditionGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/ModularIncrementGates.test.js b/test/gates/ModularIncrementGates.test.js index 44e8dfea..2c16b938 100644 --- a/test/gates/ModularIncrementGates.test.js +++ b/test/gates/ModularIncrementGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/ModularMultiplicationGates.test.js b/test/gates/ModularMultiplicationGates.test.js index 02faedb4..03544fd8 100644 --- a/test/gates/ModularMultiplicationGates.test.js +++ b/test/gates/ModularMultiplicationGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/ModularMultiplyAccumulateGates.test.js b/test/gates/ModularMultiplyAccumulateGates.test.js index 32976338..e9127430 100644 --- a/test/gates/ModularMultiplyAccumulateGates.test.js +++ b/test/gates/ModularMultiplyAccumulateGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/MultiplicationGates.test.js b/test/gates/MultiplicationGates.test.js index f0e94190..64047425 100644 --- a/test/gates/MultiplicationGates.test.js +++ b/test/gates/MultiplicationGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/MultiplyAccumulateGates.test.js b/test/gates/MultiplyAccumulateGates.test.js index 00acce5c..0250e481 100644 --- a/test/gates/MultiplyAccumulateGates.test.js +++ b/test/gates/MultiplyAccumulateGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/ParametrizedRotationGates.test.js b/test/gates/ParametrizedRotationGates.test.js index 8dee42db..44028123 100644 --- a/test/gates/ParametrizedRotationGates.test.js +++ b/test/gates/ParametrizedRotationGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/PhaseGradientGates.test.js b/test/gates/PhaseGradientGates.test.js index 225ba5c2..7cb1126f 100644 --- a/test/gates/PhaseGradientGates.test.js +++ b/test/gates/PhaseGradientGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/PivotFlipGates.test.js b/test/gates/PivotFlipGates.test.js index 2974c407..defdfa60 100644 --- a/test/gates/PivotFlipGates.test.js +++ b/test/gates/PivotFlipGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/ProbabilityDisplay.test.js b/test/gates/ProbabilityDisplay.test.js index 255d6cef..a4d0cc20 100644 --- a/test/gates/ProbabilityDisplay.test.js +++ b/test/gates/ProbabilityDisplay.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/gates/XorGates.test.js b/test/gates/XorGates.test.js index a62481a9..b9543e9d 100644 --- a/test/gates/XorGates.test.js +++ b/test/gates/XorGates.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/math/Axis.test.js b/test/math/Axis.test.js index 22a72848..7e5db0dc 100644 --- a/test/math/Axis.test.js +++ b/test/math/Axis.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/math/Complex.test.js b/test/math/Complex.test.js index 0a2defac..34964f70 100644 --- a/test/math/Complex.test.js +++ b/test/math/Complex.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/math/Matrix.test.js b/test/math/Matrix.test.js index bb765b85..6f592428 100644 --- a/test/math/Matrix.test.js +++ b/test/math/Matrix.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/math/Point.test.js b/test/math/Point.test.js index 9d22b5c7..814f3765 100644 --- a/test/math/Point.test.js +++ b/test/math/Point.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/math/Rect.test.js b/test/math/Rect.test.js index ec6b6d2a..87c7ccd8 100644 --- a/test/math/Rect.test.js +++ b/test/math/Rect.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/ui/DisplayedCircuit.test.js b/test/ui/DisplayedCircuit.test.js index 3f2e3b3c..e91c46f0 100644 --- a/test/ui/DisplayedCircuit.test.js +++ b/test/ui/DisplayedCircuit.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/ui/MathPainter.test.js b/test/ui/MathPainter.test.js index 9d7cc6ab..d201acf7 100644 --- a/test/ui/MathPainter.test.js +++ b/test/ui/MathPainter.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/ui/Painter.test.js b/test/ui/Painter.test.js index 16d5b226..6d64066b 100644 --- a/test/ui/Painter.test.js +++ b/test/ui/Painter.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/ui/WidgetPainter.test.js b/test/ui/WidgetPainter.test.js index da6c9745..1de07b47 100644 --- a/test/ui/WidgetPainter.test.js +++ b/test/ui/WidgetPainter.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/ui/forge.test.js b/test/ui/forge.test.js index 2fd0b43c..571d3a42 100644 --- a/test/ui/forge.test.js +++ b/test/ui/forge.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/webgl/ShaderCoders.test.js b/test/webgl/ShaderCoders.test.js index a6e98086..60dec3a1 100644 --- a/test/webgl/ShaderCoders.test.js +++ b/test/webgl/ShaderCoders.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/webgl/ShaderCoders_Base.test.js b/test/webgl/ShaderCoders_Base.test.js index 26aa92fd..b6ad48fc 100644 --- a/test/webgl/ShaderCoders_Base.test.js +++ b/test/webgl/ShaderCoders_Base.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/webgl/ShaderCoders_intoBytes.test.js b/test/webgl/ShaderCoders_intoBytes.test.js index 1569baf9..3c68abe5 100644 --- a/test/webgl/ShaderCoders_intoBytes.test.js +++ b/test/webgl/ShaderCoders_intoBytes.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/webgl/ShaderCoders_intoFloats.test.js b/test/webgl/ShaderCoders_intoFloats.test.js index ac4a6d11..8540cabe 100644 --- a/test/webgl/ShaderCoders_intoFloats.test.js +++ b/test/webgl/ShaderCoders_intoFloats.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/webgl/Shaders.test.js b/test/webgl/Shaders.test.js index 260e6af0..f2df3d28 100644 --- a/test/webgl/Shaders.test.js +++ b/test/webgl/Shaders.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/webgl/WglArg.test.js b/test/webgl/WglArg.test.js index 931dbef2..c5a07e80 100644 --- a/test/webgl/WglArg.test.js +++ b/test/webgl/WglArg.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/webgl/WglShader.test.js b/test/webgl/WglShader.test.js index b1dbae9b..f2344912 100644 --- a/test/webgl/WglShader.test.js +++ b/test/webgl/WglShader.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/webgl/WglTexture.test.js b/test/webgl/WglTexture.test.js index ae099406..532ee603 100644 --- a/test/webgl/WglTexture.test.js +++ b/test/webgl/WglTexture.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test/webgl/WglTexturePool.test.js b/test/webgl/WglTexturePool.test.js index 68245be0..f6840c11 100644 --- a/test/webgl/WglTexturePool.test.js +++ b/test/webgl/WglTexturePool.test.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test_perf/CircuitStats.perf.js b/test_perf/CircuitStats.perf.js index 75836ca5..b6277c53 100644 --- a/test_perf/CircuitStats.perf.js +++ b/test_perf/CircuitStats.perf.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test_perf/DisplayedInspector.perf.js b/test_perf/DisplayedInspector.perf.js index daca4565..1adbf32b 100644 --- a/test_perf/DisplayedInspector.perf.js +++ b/test_perf/DisplayedInspector.perf.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test_perf/KarmaTestRunner.perf.js b/test_perf/KarmaTestRunner.perf.js index 665b4bf4..f8642b2a 100644 --- a/test_perf/KarmaTestRunner.perf.js +++ b/test_perf/KarmaTestRunner.perf.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/test_perf/TestPerfUtil.js b/test_perf/TestPerfUtil.js index e40b5259..a1bc5345 100644 --- a/test_perf/TestPerfUtil.js +++ b/test_perf/TestPerfUtil.js @@ -1,6 +1,6 @@ // Copyright 2017 Google Inc. // -//Licensed under the Apache License, Version 2.0 (the "License"); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at //