Update copyright year.

This commit is contained in:
Miku AuahDark
2024-01-27 00:54:45 +08:00
parent fe8df53097
commit 46e7d9da0e
10 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Android Port of LÖVE, an awesome 2D game engine for Lua (http://love2d.org)
Copyright (c) 2006-2023 LOVE Development Team
Copyright (c) 2006-2024 LOVE Development Team
![Build Status](https://github.com/love2d/love-android/workflows/build/badge.svg)
+2 -2
View File
@@ -1,5 +1,5 @@
#
# Copyright (c) 2006-2023 LOVE Development Team
# Copyright (c) 2006-2024 LOVE Development Team
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
@@ -63,7 +63,7 @@ foreach(dir ${MODULE_LIST})
)
if("${status}" STREQUAL "0")
add_subdirectory(${dir})
set(has_run_cmake 1)
set(has_run_cmake 1)
else()
message(FATAL_ERROR "amkparse.py returned ${status}")
endif()
+1 -2
View File
@@ -1,5 +1,4 @@
#
# Copyright (c) 2006-2023 LOVE Development Team
# Copyright (c) 2006-2024 LOVE Development Team
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2006-2023 LOVE Development Team
* Copyright (c) 2006-2024 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2006-2023 LOVE Development Team
* Copyright (c) 2006-2024 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2006-2023 LOVE Development Team
* Copyright (c) 2006-2024 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2006-2023 LOVE Development Team
* Copyright (c) 2006-2024 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
@@ -16,7 +16,7 @@
/*
* Modified for use with LOVE by the LOVE Development Team
* Copyright (C) 2023 LOVE Development Team
* Copyright (C) 2024 LOVE Development Team
*/
package org.love2d.android;
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2006-2023 LOVE Development Team
* Copyright (c) 2006-2024 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
+1 -1
View File
@@ -1,6 +1,6 @@
<resources>
<string name="version_info">Version %1$s</string>
<string name="copyright">Copyright © 20062022 LÖVE Development Team</string>
<string name="copyright">Copyright © 20062024 LÖVE Development Team</string>
<string name="disclaimer">This software is provided \'as-is\', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.</string>
<string name="official_website">Official Website</string>
<string name="no_games">No Games :(</string>