Skip to content

Commit 7442f9b

Browse files
committed
Update copyright year
1 parent 6aaa473 commit 7442f9b

12 files changed

+12
-12
lines changed

LICENSE

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

3-
Copyright (c) 2023 Li Shuangquan. All Rights Reserved.
3+
Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
44

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

example/bind_vector/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Li Shuangquan. All Rights Reserved.
1+
// Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
22
//
33
// Licensed under the MIT License (the "License"); you may not use this file
44
// except in compliance with the License. You may obtain a copy of the License

fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2023 Li Shuangquan. All Rights Reserved.
2+
# Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
33
#
44
# Licensed under the MIT License (the "License"); you may not use this file
55
# except in compliance with the License. You may obtain a copy of the License

run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2023 Li Shuangquan. All Rights Reserved.
2+
# Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
33
#
44
# Licensed under the MIT License (the "License"); you may not use this file
55
# except in compliance with the License. You may obtain a copy of the License

test/unit_test/get_metatable_name.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Li Shuangquan. All Rights Reserved.
1+
// Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
22
//
33
// Licensed under the MIT License (the "License"); you may not use this file
44
// except in compliance with the License. You may obtain a copy of the License

test/unit_test/lightuserdata_metatable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Li Shuangquan. All Rights Reserved.
1+
// Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
22
//
33
// Licensed under the MIT License (the "License"); you may not use this file
44
// except in compliance with the License. You may obtain a copy of the License

test/unit_test/luaw_function.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Li Shuangquan. All Rights Reserved.
1+
// Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
22
//
33
// Licensed under the MIT License (the "License"); you may not use this file
44
// except in compliance with the License. You may obtain a copy of the License

test/unit_test/nested_objects.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Li Shuangquan. All Rights Reserved.
1+
// Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
22
//
33
// Licensed under the MIT License (the "License"); you may not use this file
44
// except in compliance with the License. You may obtain a copy of the License

test/unit_test/ptrw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Li Shuangquan. All Rights Reserved.
1+
// Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
22
//
33
// Licensed under the MIT License (the "License"); you may not use this file
44
// except in compliance with the License. You may obtain a copy of the License

test/unit_test/register_static_member.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Li Shuangquan. All Rights Reserved.
1+
// Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
22
//
33
// Licensed under the MIT License (the "License"); you may not use this file
44
// except in compliance with the License. You may obtain a copy of the License

test/unit_test/set_ptr_by_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Li Shuangquan. All Rights Reserved.
1+
// Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
22
//
33
// Licensed under the MIT License (the "License"); you may not use this file
44
// except in compliance with the License. You may obtain a copy of the License

test/unit_test/unique_ptr_with_deleter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Li Shuangquan. All Rights Reserved.
1+
// Copyright (c) 2023-2024 Li Shuangquan. All Rights Reserved.
22
//
33
// Licensed under the MIT License (the "License"); you may not use this file
44
// except in compliance with the License. You may obtain a copy of the License

0 commit comments

Comments
 (0)