Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some formatting cleanup, remove trailing space characters and POSIX compliance #208

Merged
merged 3 commits into from
Sep 18, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Ensures that files end with newline characters
For POSIX compliance. JSON files are an exception.
  • Loading branch information
aaronfranke committed Sep 15, 2020
commit db1007e60b455d0adaefd9d5bb8cd771439b9f22
2 changes: 1 addition & 1 deletion .azure-pipelines/build_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ jobs:
condition: succeeded()
inputs:
path: $(System.DefaultWorkingDirectory)/nuget
artifact: NuGet
artifact: NuGet
2 changes: 1 addition & 1 deletion .azure-pipelines/nuget/NugetTemplate/OpenXR.Loader.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
<description>Khronos OpenXR loader and headers required to build a Win32 or UWP OpenXR application</description>
<tags>native khronos openxr loader</tags>
</metadata>
</package>
</package>
2 changes: 1 addition & 1 deletion .azure-pipelines/nuget/stage_nuget.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ CopyLoader "Win32"
CopyLoader "x64_uwp"
CopyLoader "Win32_uwp"
CopyLoader "arm64_uwp"
CopyLoader "arm_uwp"
CopyLoader "arm_uwp"
2 changes: 1 addition & 1 deletion .proclamation.json.license
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 Collabora, Ltd. and the Proclamation contributors
Copyright (c) 2020 The Khronos Group Inc.

SPDX-License-Identifier: CC0-1.0
SPDX-License-Identifier: CC0-1.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2017-2020 The Khronos Group Inc

SPDX-License-Identifier: CC-BY-4.0
SPDX-License-Identifier: CC-BY-4.0
2 changes: 1 addition & 1 deletion specification/loader/images/call_chain_example.svg.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2017-2020 The Khronos Group Inc

SPDX-License-Identifier: CC-BY-4.0
SPDX-License-Identifier: CC-BY-4.0
2 changes: 1 addition & 1 deletion specification/loader/images/class_diagram.svg.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2017-2020 The Khronos Group Inc

SPDX-License-Identifier: CC-BY-4.0
SPDX-License-Identifier: CC-BY-4.0
2 changes: 1 addition & 1 deletion specification/loader/images/high_level_loader.svg.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2017-2020 The Khronos Group Inc

SPDX-License-Identifier: CC-BY-4.0
SPDX-License-Identifier: CC-BY-4.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2017-2020 The Khronos Group Inc

SPDX-License-Identifier: CC-BY-4.0
SPDX-License-Identifier: CC-BY-4.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2017-2020 The Khronos Group Inc

SPDX-License-Identifier: CC-BY-4.0
SPDX-License-Identifier: CC-BY-4.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2017-2020 The Khronos Group Inc

SPDX-License-Identifier: CC-BY-4.0
SPDX-License-Identifier: CC-BY-4.0
2 changes: 1 addition & 1 deletion src/loader/OpenXRConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ target_include_directories(OpenXR::openxr_loader INTERFACE ${OpenXR_INCLUDE_DIR}
add_library(OpenXR::headers INTERFACE IMPORTED)
target_include_directories(OpenXR::headers SYSTEM INTERFACE ${OpenXR_INCLUDE_DIR})

check_required_components(OpenXR)
check_required_components(OpenXR)
2 changes: 1 addition & 1 deletion src/loader/images/high_level_loader_black.png.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright 2017, Lunar-G

SPDX-License-Identifier: CC-BY-4.0
SPDX-License-Identifier: CC-BY-4.0
2 changes: 1 addition & 1 deletion src/loader/images/instance_call_chain_black.png.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright 2017, Lunar-G

SPDX-License-Identifier: CC-BY-4.0
SPDX-License-Identifier: CC-BY-4.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright 2017, Lunar-G

SPDX-License-Identifier: CC-BY-4.0
SPDX-License-Identifier: CC-BY-4.0
2 changes: 1 addition & 1 deletion src/loader/openxr.pc.in.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2017-2020 The Khronos Group Inc.

SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion src/tests/hello_xr/vulkan_shaders/frag.spv.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2017-2020 The Khronos Group Inc.

SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion src/tests/hello_xr/vulkan_shaders/vert.spv.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2017-2020 The Khronos Group Inc.

SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0