Skip to content

Commit 64c5adb

Browse files
authored
update copyright dates to 2025 (#130)
1 parent b81edbb commit 64c5adb

File tree

134 files changed

+134
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+134
-134
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2024 Ben Ashbaugh
1+
# Copyright (c) 2019-2025 Ben Ashbaugh
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) 2019-2024 Ben Ashbaugh
3+
Copyright (c) 2019-2025 Ben Ashbaugh
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

include/getenv_util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (c) 2022-2024 Ben Ashbaugh
2+
// Copyright (c) 2022-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT
55
*/

include/layer_util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (c) 2022-2024 Ben Ashbaugh
2+
// Copyright (c) 2022-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT
55
*/

include/util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (c) 2021-2024 Ben Ashbaugh
2+
// Copyright (c) 2021-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT
55
*/

layers/00_example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Ben Ashbaugh
1+
# Copyright (c) 2022-2025 Ben Ashbaugh
22
#
33
# SPDX-License-Identifier: MIT
44

layers/00_example/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (c) 2022-2024 Ben Ashbaugh
2+
// Copyright (c) 2022-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT
55
*/

layers/10_cmdbufemu/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Ben Ashbaugh
1+
# Copyright (c) 2022-2025 Ben Ashbaugh
22
#
33
# SPDX-License-Identifier: MIT
44

layers/10_cmdbufemu/emulate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (c) 2022-2024 Ben Ashbaugh
2+
// Copyright (c) 2022-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT
55
*/

layers/10_cmdbufemu/emulate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (c) 2022-2024 Ben Ashbaugh
2+
// Copyright (c) 2022-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT
55
*/

0 commit comments

Comments
 (0)