Skip to content

Commit aa50d7f

Browse files
authored
Happy new year 2023 🎉
1 parent aa3c502 commit aa50d7f

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2021 Arthur Brainville (Ybalrid) <[email protected]>
1+
# SPDX-FileCopyrightText: 2021-2023 Arthur Brainville (Ybalrid) <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
44
#

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Arthur Brainville
3+
Copyright (c) 2021-2023 Arthur Brainville
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ For more installation about OpenXR API Layer intallation and usage, please reffe
209209
210210
## Legal
211211
212-
Copyright (C) 2021-2022 Artur Brainville, distributed under the MIT license agreement. (REUSE 3.0 compliant.)
212+
Copyright (C) 2021-2023 Artur Brainville, distributed under the MIT license agreement. (REUSE 3.0 compliant.)
213213
214214
This is built on top of the OpenXR SDK. The OpenXR SDK is distributed by the Khronos group under the terms of the Apache 2.0 License.
215215
This template project does not link against any binaries from the OpenXR SDK but includes header files generated from the OpenXR registry and the standard OpenXR loader project.

src/layer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021 Arthur Brainville (Ybalrid) <[email protected]>
1+
// SPDX-FileCopyrightText: 2021-2023 Arthur Brainville (Ybalrid) <[email protected]>
22
//
33
// SPDX-License-Identifier: MIT
44
//

src/layer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021 Arthur Brainville (Ybalrid) <[email protected]>
1+
// SPDX-FileCopyrightText: 2021-2023 Arthur Brainville (Ybalrid) <[email protected]>
22
//
33
// SPDX-License-Identifier: MIT
44
//

src/layer_bootstrap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021 Arthur Brainville (Ybalrid) <[email protected]>
1+
// SPDX-FileCopyrightText: 2021-2023 Arthur Brainville (Ybalrid) <[email protected]>
22
//
33
// SPDX-License-Identifier: MIT
44
//

src/layer_bootstrap.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021 Arthur Brainville (Ybalrid) <[email protected]>
1+
// SPDX-FileCopyrightText: 2021-2023 Arthur Brainville (Ybalrid) <[email protected]>
22
//
33
// SPDX-License-Identifier: MIT
44
//

src/layer_dllmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021 Arthur Brainville (Ybalrid) <[email protected]>
1+
// SPDX-FileCopyrightText: 2021-2023 Arthur Brainville (Ybalrid) <[email protected]>
22
//
33
// SPDX-License-Identifier: MIT
44
//

src/layer_shims.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021 Arthur Brainville (Ybalrid) <[email protected]>
1+
// SPDX-FileCopyrightText: 2021-2023 Arthur Brainville (Ybalrid) <[email protected]>
22
//
33
// SPDX-License-Identifier: MIT
44
//

src/layer_shims.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021 Arthur Brainville (Ybalrid) <[email protected]>
1+
// SPDX-FileCopyrightText: 2021-2023 Arthur Brainville (Ybalrid) <[email protected]>
22
//
33
// SPDX-License-Identifier: MIT
44
//

0 commit comments

Comments
 (0)