From 10a0a18ddb9b04d5bd4ada4c3fa640d406706319 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Fri, 27 Oct 2017 15:55:37 -0700 Subject: [PATCH] Bug 1412427 part 4: Indent under-indented MPL boilerplate comments by 1 space, for consistency & alignment. (whitespace-only) r=jrmuizel This patch was automatically generated. I found the files to be fixed in this patch with the following command: grep -r "^\* This Source Code" gfx ...and then I modified each of these files with the following script (where $1 is the filename to be modified): ### line1="\* This Source Code Form is subject to the terms of the Mozilla Public" line2="\* License, v\. 2\.0\. If a copy of the MPL was not distributed with this" line3="\* file, You can obtain one at http://mozilla\.org/MPL/2\.0/\. \*/" # Insert 1 space at beginning: sed -i s%"^$line1"%" $line1"% $1 sed -i s%"^$line2"%" $line2"% $1 sed -i s%"^$line3"%" $line3"% $1 ### MozReview-Commit-ID: HXBMrfnhlVr --- gfx/2d/AutoHelpersWin.h | 6 +++--- gfx/layers/Compositor.h | 6 +++--- gfx/layers/CompositorTypes.h | 6 +++--- gfx/layers/Effects.h | 6 +++--- gfx/layers/SyncObject.cpp | 6 +++--- gfx/layers/SyncObject.h | 6 +++--- gfx/layers/TextureSourceProvider.cpp | 6 +++--- gfx/layers/TextureSourceProvider.h | 6 +++--- gfx/layers/basic/BasicCompositor.cpp | 6 +++--- gfx/layers/basic/BasicCompositor.h | 6 +++--- gfx/layers/basic/TextureHostBasic.cpp | 6 +++--- gfx/layers/basic/TextureHostBasic.h | 6 +++--- gfx/layers/basic/X11BasicCompositor.cpp | 6 +++--- gfx/layers/basic/X11BasicCompositor.h | 6 +++--- gfx/layers/client/TextureClientPool.cpp | 6 +++--- gfx/layers/client/TextureClientPool.h | 6 +++--- gfx/layers/client/TextureClientRecycleAllocator.cpp | 6 +++--- gfx/layers/client/TextureClientRecycleAllocator.h | 6 +++--- gfx/layers/composite/TextureHost.h | 6 +++--- gfx/layers/d3d11/MLGDeviceD3D11.cpp | 6 +++--- gfx/layers/d3d11/MLGDeviceD3D11.h | 6 +++--- gfx/layers/mlgpu/BufferCache.cpp | 6 +++--- gfx/layers/mlgpu/BufferCache.h | 6 +++--- gfx/layers/mlgpu/ClearRegionHelper.h | 6 +++--- gfx/layers/mlgpu/ContainerLayerMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/ContainerLayerMLGPU.h | 6 +++--- gfx/layers/mlgpu/FrameBuilder.cpp | 6 +++--- gfx/layers/mlgpu/FrameBuilder.h | 6 +++--- gfx/layers/mlgpu/ImageLayerMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/ImageLayerMLGPU.h | 6 +++--- gfx/layers/mlgpu/LayerMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/LayerMLGPU.h | 6 +++--- gfx/layers/mlgpu/LayerManagerMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/LayerManagerMLGPU.h | 6 +++--- gfx/layers/mlgpu/MLGDevice.cpp | 6 +++--- gfx/layers/mlgpu/MLGDevice.h | 6 +++--- gfx/layers/mlgpu/MLGDeviceTypes.h | 6 +++--- gfx/layers/mlgpu/MaskOperation.cpp | 6 +++--- gfx/layers/mlgpu/MaskOperation.h | 6 +++--- gfx/layers/mlgpu/MemoryReportingMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/MemoryReportingMLGPU.h | 6 +++--- gfx/layers/mlgpu/PaintedLayerMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/PaintedLayerMLGPU.h | 6 +++--- gfx/layers/mlgpu/RenderPassMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/RenderPassMLGPU.h | 6 +++--- gfx/layers/mlgpu/RenderViewMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/RenderViewMLGPU.h | 6 +++--- gfx/layers/mlgpu/ShaderDefinitionsMLGPU-inl.h | 6 +++--- gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h | 6 +++--- gfx/layers/mlgpu/SharedBufferMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/SharedBufferMLGPU.h | 6 +++--- gfx/layers/mlgpu/StagingBuffer.cpp | 6 +++--- gfx/layers/mlgpu/StagingBuffer.h | 6 +++--- gfx/layers/mlgpu/TextureSourceProviderMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/TextureSourceProviderMLGPU.h | 6 +++--- gfx/layers/mlgpu/TexturedLayerMLGPU.cpp | 6 +++--- gfx/layers/mlgpu/TexturedLayerMLGPU.h | 6 +++--- gfx/layers/mlgpu/UtilityMLGPU.h | 6 +++--- gfx/layers/opengl/TextureHostOGL.cpp | 6 +++--- gfx/vr/VRDisplayHost.cpp | 6 +++--- gfx/vr/VRDisplayHost.h | 6 +++--- gfx/vr/VRDisplayPresentation.cpp | 6 +++--- gfx/vr/VRDisplayPresentation.h | 6 +++--- 63 files changed, 189 insertions(+), 189 deletions(-) diff --git a/gfx/2d/AutoHelpersWin.h b/gfx/2d/AutoHelpersWin.h index 744d0d5003969..eae75bf612022 100644 --- a/gfx/2d/AutoHelpersWin.h +++ b/gfx/2d/AutoHelpersWin.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 4 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_AutoHelpersWin_h #define mozilla_gfx_AutoHelpersWin_h diff --git a/gfx/layers/Compositor.h b/gfx/layers/Compositor.h index 74e794627afcf..687e1229bc62d 100644 --- a/gfx/layers/Compositor.h +++ b/gfx/layers/Compositor.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_COMPOSITOR_H #define MOZILLA_GFX_COMPOSITOR_H diff --git a/gfx/layers/CompositorTypes.h b/gfx/layers/CompositorTypes.h index 66b86eb2b9b8e..11ec6b8a71a1e 100644 --- a/gfx/layers/CompositorTypes.h +++ b/gfx/layers/CompositorTypes.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_LAYERS_COMPOSITORTYPES_H #define MOZILLA_LAYERS_COMPOSITORTYPES_H diff --git a/gfx/layers/Effects.h b/gfx/layers/Effects.h index f58c3737a4ec4..56616ec24d72d 100644 --- a/gfx/layers/Effects.h +++ b/gfx/layers/Effects.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_LAYERS_EFFECTS_H #define MOZILLA_LAYERS_EFFECTS_H diff --git a/gfx/layers/SyncObject.cpp b/gfx/layers/SyncObject.cpp index 812008b9ab7b9..80f3e6d24ab35 100644 --- a/gfx/layers/SyncObject.cpp +++ b/gfx/layers/SyncObject.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "SyncObject.h" diff --git a/gfx/layers/SyncObject.h b/gfx/layers/SyncObject.h index 11228f0c9e1fd..1a15cf754404c 100644 --- a/gfx/layers/SyncObject.h +++ b/gfx/layers/SyncObject.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_LAYERS_SYNCOBJECT_H #define MOZILLA_GFX_LAYERS_SYNCOBJECT_H diff --git a/gfx/layers/TextureSourceProvider.cpp b/gfx/layers/TextureSourceProvider.cpp index 7eb9627f26abe..521891553e43c 100644 --- a/gfx/layers/TextureSourceProvider.cpp +++ b/gfx/layers/TextureSourceProvider.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "mozilla/layers/TextureSourceProvider.h" #include "mozilla/layers/TextureHost.h" diff --git a/gfx/layers/TextureSourceProvider.h b/gfx/layers/TextureSourceProvider.h index 840187dd9d880..1554a824284a3 100644 --- a/gfx/layers/TextureSourceProvider.h +++ b/gfx/layers/TextureSourceProvider.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_TextureSourceProvider_h #define mozilla_gfx_layers_TextureSourceProvider_h diff --git a/gfx/layers/basic/BasicCompositor.cpp b/gfx/layers/basic/BasicCompositor.cpp index fad5929758bc9..53a8b78a1f46a 100644 --- a/gfx/layers/basic/BasicCompositor.cpp +++ b/gfx/layers/basic/BasicCompositor.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "BasicCompositor.h" #include "BasicLayersImpl.h" // for FillRectWithMask diff --git a/gfx/layers/basic/BasicCompositor.h b/gfx/layers/basic/BasicCompositor.h index 64c916c51c3d3..2b059245ae2d4 100644 --- a/gfx/layers/basic/BasicCompositor.h +++ b/gfx/layers/basic/BasicCompositor.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_BASICCOMPOSITOR_H #define MOZILLA_GFX_BASICCOMPOSITOR_H diff --git a/gfx/layers/basic/TextureHostBasic.cpp b/gfx/layers/basic/TextureHostBasic.cpp index d9b06cedc6753..d6941492f5c82 100644 --- a/gfx/layers/basic/TextureHostBasic.cpp +++ b/gfx/layers/basic/TextureHostBasic.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "TextureHostBasic.h" #ifdef XP_MACOSX diff --git a/gfx/layers/basic/TextureHostBasic.h b/gfx/layers/basic/TextureHostBasic.h index e08624f5af917..c8b7cba98b23d 100644 --- a/gfx/layers/basic/TextureHostBasic.h +++ b/gfx/layers/basic/TextureHostBasic.h @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_TEXTUREHOSTBASIC_H_ #define MOZILLA_GFX_TEXTUREHOSTBASIC_H_ diff --git a/gfx/layers/basic/X11BasicCompositor.cpp b/gfx/layers/basic/X11BasicCompositor.cpp index e3a1eb871b9bb..4b00da360a0e9 100644 --- a/gfx/layers/basic/X11BasicCompositor.cpp +++ b/gfx/layers/basic/X11BasicCompositor.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "X11BasicCompositor.h" #include "gfxPlatform.h" diff --git a/gfx/layers/basic/X11BasicCompositor.h b/gfx/layers/basic/X11BasicCompositor.h index 2504e3f67af2b..f32abba534204 100644 --- a/gfx/layers/basic/X11BasicCompositor.h +++ b/gfx/layers/basic/X11BasicCompositor.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_X11BASICCOMPOSITOR_H #define MOZILLA_GFX_X11BASICCOMPOSITOR_H diff --git a/gfx/layers/client/TextureClientPool.cpp b/gfx/layers/client/TextureClientPool.cpp index 3212de165005d..cc580a6f228fc 100644 --- a/gfx/layers/client/TextureClientPool.cpp +++ b/gfx/layers/client/TextureClientPool.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "TextureClientPool.h" #include "CompositableClient.h" diff --git a/gfx/layers/client/TextureClientPool.h b/gfx/layers/client/TextureClientPool.h index 4e27aaa5517b7..55dde79b7acc5 100644 --- a/gfx/layers/client/TextureClientPool.h +++ b/gfx/layers/client/TextureClientPool.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_TEXTURECLIENTPOOL_H #define MOZILLA_GFX_TEXTURECLIENTPOOL_H diff --git a/gfx/layers/client/TextureClientRecycleAllocator.cpp b/gfx/layers/client/TextureClientRecycleAllocator.cpp index bc4e6824b10e7..aa5f2ff209081 100644 --- a/gfx/layers/client/TextureClientRecycleAllocator.cpp +++ b/gfx/layers/client/TextureClientRecycleAllocator.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gfxPlatform.h" #include "ImageContainer.h" diff --git a/gfx/layers/client/TextureClientRecycleAllocator.h b/gfx/layers/client/TextureClientRecycleAllocator.h index 02c2952425678..1eb108fcb0ec4 100644 --- a/gfx/layers/client/TextureClientRecycleAllocator.h +++ b/gfx/layers/client/TextureClientRecycleAllocator.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_TEXTURECLIENT_RECYCLE_ALLOCATOR_H #define MOZILLA_GFX_TEXTURECLIENT_RECYCLE_ALLOCATOR_H diff --git a/gfx/layers/composite/TextureHost.h b/gfx/layers/composite/TextureHost.h index 2178a9a109fae..994bbc9f23d86 100644 --- a/gfx/layers/composite/TextureHost.h +++ b/gfx/layers/composite/TextureHost.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_TEXTUREHOST_H #define MOZILLA_GFX_TEXTUREHOST_H diff --git a/gfx/layers/d3d11/MLGDeviceD3D11.cpp b/gfx/layers/d3d11/MLGDeviceD3D11.cpp index ab4ce68d3586f..b48a1a2a39bfb 100644 --- a/gfx/layers/d3d11/MLGDeviceD3D11.cpp +++ b/gfx/layers/d3d11/MLGDeviceD3D11.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "MLGDeviceD3D11.h" #include "mozilla/ArrayUtils.h" diff --git a/gfx/layers/d3d11/MLGDeviceD3D11.h b/gfx/layers/d3d11/MLGDeviceD3D11.h index 692704aa815bf..d510742138480 100644 --- a/gfx/layers/d3d11/MLGDeviceD3D11.h +++ b/gfx/layers/d3d11/MLGDeviceD3D11.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_d3d11_MLGDeviceD3D11_h #define mozilla_gfx_layers_d3d11_MLGDeviceD3D11_h diff --git a/gfx/layers/mlgpu/BufferCache.cpp b/gfx/layers/mlgpu/BufferCache.cpp index 7874dc2fecdc3..acf7857c38c42 100644 --- a/gfx/layers/mlgpu/BufferCache.cpp +++ b/gfx/layers/mlgpu/BufferCache.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "BufferCache.h" #include "MLGDevice.h" diff --git a/gfx/layers/mlgpu/BufferCache.h b/gfx/layers/mlgpu/BufferCache.h index 4f096469c3dc6..3735f93c674f5 100644 --- a/gfx/layers/mlgpu/BufferCache.h +++ b/gfx/layers/mlgpu/BufferCache.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_BufferCache_h #define mozilla_gfx_layers_mlgpu_BufferCache_h diff --git a/gfx/layers/mlgpu/ClearRegionHelper.h b/gfx/layers/mlgpu/ClearRegionHelper.h index 9145fd9557e16..d37f8359c16a3 100644 --- a/gfx/layers/mlgpu/ClearRegionHelper.h +++ b/gfx/layers/mlgpu/ClearRegionHelper.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_ClearRegionHelper_h #define mozilla_gfx_layers_mlgpu_ClearRegionHelper_h diff --git a/gfx/layers/mlgpu/ContainerLayerMLGPU.cpp b/gfx/layers/mlgpu/ContainerLayerMLGPU.cpp index 14d2563ba4ff3..d0fefa0776f63 100644 --- a/gfx/layers/mlgpu/ContainerLayerMLGPU.cpp +++ b/gfx/layers/mlgpu/ContainerLayerMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "ContainerLayerMLGPU.h" #include "gfxPrefs.h" diff --git a/gfx/layers/mlgpu/ContainerLayerMLGPU.h b/gfx/layers/mlgpu/ContainerLayerMLGPU.h index 67921604156dd..fb7d9a50a345a 100644 --- a/gfx/layers/mlgpu/ContainerLayerMLGPU.h +++ b/gfx/layers/mlgpu/ContainerLayerMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_ContainerLayerMLGPU_h #define mozilla_gfx_layers_mlgpu_ContainerLayerMLGPU_h diff --git a/gfx/layers/mlgpu/FrameBuilder.cpp b/gfx/layers/mlgpu/FrameBuilder.cpp index 7232910c1f16a..ea654de123478 100644 --- a/gfx/layers/mlgpu/FrameBuilder.cpp +++ b/gfx/layers/mlgpu/FrameBuilder.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "FrameBuilder.h" #include "ContainerLayerMLGPU.h" diff --git a/gfx/layers/mlgpu/FrameBuilder.h b/gfx/layers/mlgpu/FrameBuilder.h index 8bbe3261ca7ba..5f8ae5555c7c1 100644 --- a/gfx/layers/mlgpu/FrameBuilder.h +++ b/gfx/layers/mlgpu/FrameBuilder.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_FrameBuilder_h #define mozilla_gfx_layers_mlgpu_FrameBuilder_h diff --git a/gfx/layers/mlgpu/ImageLayerMLGPU.cpp b/gfx/layers/mlgpu/ImageLayerMLGPU.cpp index 8f6285a4e2d80..81d0f83bd0908 100644 --- a/gfx/layers/mlgpu/ImageLayerMLGPU.cpp +++ b/gfx/layers/mlgpu/ImageLayerMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "ImageLayerMLGPU.h" #include "LayerManagerMLGPU.h" diff --git a/gfx/layers/mlgpu/ImageLayerMLGPU.h b/gfx/layers/mlgpu/ImageLayerMLGPU.h index 4e7a0eedf40df..c095552b5376a 100644 --- a/gfx/layers/mlgpu/ImageLayerMLGPU.h +++ b/gfx/layers/mlgpu/ImageLayerMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_IMAGELAYERMLGPU_H #define MOZILLA_GFX_IMAGELAYERMLGPU_H diff --git a/gfx/layers/mlgpu/LayerMLGPU.cpp b/gfx/layers/mlgpu/LayerMLGPU.cpp index 078b91fffa316..ac3ce7c3272c6 100644 --- a/gfx/layers/mlgpu/LayerMLGPU.cpp +++ b/gfx/layers/mlgpu/LayerMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "LayerManagerMLGPU.h" #include "RenderPassMLGPU.h" diff --git a/gfx/layers/mlgpu/LayerMLGPU.h b/gfx/layers/mlgpu/LayerMLGPU.h index 694c95db8a81c..7ec7275b16fd8 100644 --- a/gfx/layers/mlgpu/LayerMLGPU.h +++ b/gfx/layers/mlgpu/LayerMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_LayerMLGPU_h #define mozilla_gfx_layers_mlgpu_LayerMLGPU_h diff --git a/gfx/layers/mlgpu/LayerManagerMLGPU.cpp b/gfx/layers/mlgpu/LayerManagerMLGPU.cpp index 85ca220656e13..eb0f37c7230c3 100644 --- a/gfx/layers/mlgpu/LayerManagerMLGPU.cpp +++ b/gfx/layers/mlgpu/LayerManagerMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "LayerManagerMLGPU.h" #include "LayerTreeInvalidation.h" diff --git a/gfx/layers/mlgpu/LayerManagerMLGPU.h b/gfx/layers/mlgpu/LayerManagerMLGPU.h index dd043b6122323..32d31413ca7d0 100644 --- a/gfx/layers/mlgpu/LayerManagerMLGPU.h +++ b/gfx/layers/mlgpu/LayerManagerMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_LAYERMANAGERMLGPU_H #define MOZILLA_GFX_LAYERMANAGERMLGPU_H diff --git a/gfx/layers/mlgpu/MLGDevice.cpp b/gfx/layers/mlgpu/MLGDevice.cpp index 2944ca4a3afb8..e630c33cae7c1 100644 --- a/gfx/layers/mlgpu/MLGDevice.cpp +++ b/gfx/layers/mlgpu/MLGDevice.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "MLGDevice.h" #include "mozilla/layers/TextureHost.h" diff --git a/gfx/layers/mlgpu/MLGDevice.h b/gfx/layers/mlgpu/MLGDevice.h index 1828989b47660..2158163cf5f1e 100644 --- a/gfx/layers/mlgpu/MLGDevice.h +++ b/gfx/layers/mlgpu/MLGDevice.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_MLGDevice_h #define mozilla_gfx_layers_mlgpu_MLGDevice_h diff --git a/gfx/layers/mlgpu/MLGDeviceTypes.h b/gfx/layers/mlgpu/MLGDeviceTypes.h index aa04da5022016..38b8d3d9da07d 100644 --- a/gfx/layers/mlgpu/MLGDeviceTypes.h +++ b/gfx/layers/mlgpu/MLGDeviceTypes.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_MLGDeviceTypes_h #define mozilla_gfx_layers_mlgpu_MLGDeviceTypes_h diff --git a/gfx/layers/mlgpu/MaskOperation.cpp b/gfx/layers/mlgpu/MaskOperation.cpp index 12d7efc8b205b..5c7aaaba92e9e 100644 --- a/gfx/layers/mlgpu/MaskOperation.cpp +++ b/gfx/layers/mlgpu/MaskOperation.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "MaskOperation.h" #include "FrameBuilder.h" diff --git a/gfx/layers/mlgpu/MaskOperation.h b/gfx/layers/mlgpu/MaskOperation.h index 089548b59d986..514f5a86d1c9e 100644 --- a/gfx/layers/mlgpu/MaskOperation.h +++ b/gfx/layers/mlgpu/MaskOperation.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_MaskOperation_h #define mozilla_gfx_layers_mlgpu_MaskOperation_h diff --git a/gfx/layers/mlgpu/MemoryReportingMLGPU.cpp b/gfx/layers/mlgpu/MemoryReportingMLGPU.cpp index 941b0ff8b1f1a..ff14e8f576297 100644 --- a/gfx/layers/mlgpu/MemoryReportingMLGPU.cpp +++ b/gfx/layers/mlgpu/MemoryReportingMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "MemoryReportingMLGPU.h" #include "nsIMemoryReporter.h" diff --git a/gfx/layers/mlgpu/MemoryReportingMLGPU.h b/gfx/layers/mlgpu/MemoryReportingMLGPU.h index 9444a5a068ad1..45d4449317084 100644 --- a/gfx/layers/mlgpu/MemoryReportingMLGPU.h +++ b/gfx/layers/mlgpu/MemoryReportingMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_MemoryReportingMLGPU_h #define mozilla_gfx_layers_mlgpu_MemoryReportingMLGPU_h diff --git a/gfx/layers/mlgpu/PaintedLayerMLGPU.cpp b/gfx/layers/mlgpu/PaintedLayerMLGPU.cpp index 6ab49219d4982..935ee30f7d952 100644 --- a/gfx/layers/mlgpu/PaintedLayerMLGPU.cpp +++ b/gfx/layers/mlgpu/PaintedLayerMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "PaintedLayerMLGPU.h" #include "LayerManagerMLGPU.h" diff --git a/gfx/layers/mlgpu/PaintedLayerMLGPU.h b/gfx/layers/mlgpu/PaintedLayerMLGPU.h index fe77034608876..5cbf101e4ce48 100644 --- a/gfx/layers/mlgpu/PaintedLayerMLGPU.h +++ b/gfx/layers/mlgpu/PaintedLayerMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_PAINTEDLAYERMLGPU_H #define MOZILLA_GFX_PAINTEDLAYERMLGPU_H diff --git a/gfx/layers/mlgpu/RenderPassMLGPU.cpp b/gfx/layers/mlgpu/RenderPassMLGPU.cpp index 2a3b38922f43d..acc08993875f9 100644 --- a/gfx/layers/mlgpu/RenderPassMLGPU.cpp +++ b/gfx/layers/mlgpu/RenderPassMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "RenderPassMLGPU.h" #include "ContainerLayerMLGPU.h" diff --git a/gfx/layers/mlgpu/RenderPassMLGPU.h b/gfx/layers/mlgpu/RenderPassMLGPU.h index 4a3e781e16703..d2b9002cf6eac 100644 --- a/gfx/layers/mlgpu/RenderPassMLGPU.h +++ b/gfx/layers/mlgpu/RenderPassMLGPU.h @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- * -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_RENDERPASSMLGPU_H #define MOZILLA_GFX_RENDERPASSMLGPU_H diff --git a/gfx/layers/mlgpu/RenderViewMLGPU.cpp b/gfx/layers/mlgpu/RenderViewMLGPU.cpp index 3bb42632a168a..ee78689fba3fe 100644 --- a/gfx/layers/mlgpu/RenderViewMLGPU.cpp +++ b/gfx/layers/mlgpu/RenderViewMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "RenderViewMLGPU.h" #include "ContainerLayerMLGPU.h" diff --git a/gfx/layers/mlgpu/RenderViewMLGPU.h b/gfx/layers/mlgpu/RenderViewMLGPU.h index a1effa9c5dba4..586eb5e319216 100644 --- a/gfx/layers/mlgpu/RenderViewMLGPU.h +++ b/gfx/layers/mlgpu/RenderViewMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_RenderViewMLGPU_h #define mozilla_gfx_layers_mlgpu_RenderViewMLGPU_h diff --git a/gfx/layers/mlgpu/ShaderDefinitionsMLGPU-inl.h b/gfx/layers/mlgpu/ShaderDefinitionsMLGPU-inl.h index d1d9c265ec7c5..6fb2a231a2bbc 100644 --- a/gfx/layers/mlgpu/ShaderDefinitionsMLGPU-inl.h +++ b/gfx/layers/mlgpu/ShaderDefinitionsMLGPU-inl.h @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- * -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef _include_gfx_layers_mlgpu_ShaderDefinitions_inl_h #define _include_gfx_layers_mlgpu_ShaderDefinitions_inl_h diff --git a/gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h b/gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h index eaadd3b3cfdc2..e4cb2c73f6ec1 100644 --- a/gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h +++ b/gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MOZILLA_GFX_SHADERDEFINITIONSMLGPU_H #define MOZILLA_GFX_SHADERDEFINITIONSMLGPU_H diff --git a/gfx/layers/mlgpu/SharedBufferMLGPU.cpp b/gfx/layers/mlgpu/SharedBufferMLGPU.cpp index 93ae1128d2e4d..3889aa8e6bf93 100644 --- a/gfx/layers/mlgpu/SharedBufferMLGPU.cpp +++ b/gfx/layers/mlgpu/SharedBufferMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "SharedBufferMLGPU.h" #include "BufferCache.h" diff --git a/gfx/layers/mlgpu/SharedBufferMLGPU.h b/gfx/layers/mlgpu/SharedBufferMLGPU.h index 56b6488a8ee93..ed1921d6276ef 100644 --- a/gfx/layers/mlgpu/SharedBufferMLGPU.h +++ b/gfx/layers/mlgpu/SharedBufferMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_SharedBufferMLGPU_h #define mozilla_gfx_layers_mlgpu_SharedBufferMLGPU_h diff --git a/gfx/layers/mlgpu/StagingBuffer.cpp b/gfx/layers/mlgpu/StagingBuffer.cpp index e032af5baab0b..2b8f0bd9fbd0f 100644 --- a/gfx/layers/mlgpu/StagingBuffer.cpp +++ b/gfx/layers/mlgpu/StagingBuffer.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "StagingBuffer.h" #include "MLGDevice.h" diff --git a/gfx/layers/mlgpu/StagingBuffer.h b/gfx/layers/mlgpu/StagingBuffer.h index a8447169e6271..0e92543c9d4d4 100644 --- a/gfx/layers/mlgpu/StagingBuffer.h +++ b/gfx/layers/mlgpu/StagingBuffer.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_StagingBuffer_h #define mozilla_gfx_layers_mlgpu_StagingBuffer_h diff --git a/gfx/layers/mlgpu/TextureSourceProviderMLGPU.cpp b/gfx/layers/mlgpu/TextureSourceProviderMLGPU.cpp index eae0cc8027db8..d5a3b4f643f19 100644 --- a/gfx/layers/mlgpu/TextureSourceProviderMLGPU.cpp +++ b/gfx/layers/mlgpu/TextureSourceProviderMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "TextureSourceProviderMLGPU.h" #include "LayerManagerMLGPU.h" diff --git a/gfx/layers/mlgpu/TextureSourceProviderMLGPU.h b/gfx/layers/mlgpu/TextureSourceProviderMLGPU.h index ea10f884d83fa..e0d6d6e2e1023 100644 --- a/gfx/layers/mlgpu/TextureSourceProviderMLGPU.h +++ b/gfx/layers/mlgpu/TextureSourceProviderMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_TextureSourceProviderMLGPU_h #define mozilla_gfx_layers_mlgpu_TextureSourceProviderMLGPU_h diff --git a/gfx/layers/mlgpu/TexturedLayerMLGPU.cpp b/gfx/layers/mlgpu/TexturedLayerMLGPU.cpp index 6897dd45529be..03812c29c85b2 100644 --- a/gfx/layers/mlgpu/TexturedLayerMLGPU.cpp +++ b/gfx/layers/mlgpu/TexturedLayerMLGPU.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "TexturedLayerMLGPU.h" #include "LayerManagerMLGPU.h" diff --git a/gfx/layers/mlgpu/TexturedLayerMLGPU.h b/gfx/layers/mlgpu/TexturedLayerMLGPU.h index 8116a569641b2..d28b2e20773f7 100644 --- a/gfx/layers/mlgpu/TexturedLayerMLGPU.h +++ b/gfx/layers/mlgpu/TexturedLayerMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_TexturedLayerMLGPU_h #define mozilla_gfx_layers_mlgpu_TexturedLayerMLGPU_h diff --git a/gfx/layers/mlgpu/UtilityMLGPU.h b/gfx/layers/mlgpu/UtilityMLGPU.h index e7db5665df850..ef27a7bc3bd73 100644 --- a/gfx/layers/mlgpu/UtilityMLGPU.h +++ b/gfx/layers/mlgpu/UtilityMLGPU.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_gfx_layers_mlgpu_UtilityMLGPU_h #define mozilla_gfx_layers_mlgpu_UtilityMLGPU_h diff --git a/gfx/layers/opengl/TextureHostOGL.cpp b/gfx/layers/opengl/TextureHostOGL.cpp index 86d677a350542..1ba0a7cc3128e 100644 --- a/gfx/layers/opengl/TextureHostOGL.cpp +++ b/gfx/layers/opengl/TextureHostOGL.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "TextureHostOGL.h" diff --git a/gfx/vr/VRDisplayHost.cpp b/gfx/vr/VRDisplayHost.cpp index 205a2375a0b92..4a80b4dbc6a4b 100644 --- a/gfx/vr/VRDisplayHost.cpp +++ b/gfx/vr/VRDisplayHost.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "VRDisplayHost.h" #include "gfxPrefs.h" diff --git a/gfx/vr/VRDisplayHost.h b/gfx/vr/VRDisplayHost.h index b87cd5af6a0f9..72f0401c56f4d 100644 --- a/gfx/vr/VRDisplayHost.h +++ b/gfx/vr/VRDisplayHost.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GFX_VR_DISPLAY_HOST_H #define GFX_VR_DISPLAY_HOST_H diff --git a/gfx/vr/VRDisplayPresentation.cpp b/gfx/vr/VRDisplayPresentation.cpp index 92fff2267c2ad..5e4d1817f9222 100644 --- a/gfx/vr/VRDisplayPresentation.cpp +++ b/gfx/vr/VRDisplayPresentation.cpp @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "VRDisplayPresentation.h" diff --git a/gfx/vr/VRDisplayPresentation.h b/gfx/vr/VRDisplayPresentation.h index ae9e929458fb5..33ff59786b64b 100644 --- a/gfx/vr/VRDisplayPresentation.h +++ b/gfx/vr/VRDisplayPresentation.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* This Source Code Form is subject to the terms of the Mozilla Public -* License, v. 2.0. If a copy of the MPL was not distributed with this -* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GFX_VR_DISPLAY_PRESENTATION_H #define GFX_VR_DISPLAY_PRESENTATION_H