mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
Update copyright year.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Android Port of LÖVE, an awesome 2D game engine for Lua (http://love2d.org)
|
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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -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
|
# This software is provided 'as-is', without any express or implied
|
||||||
# warranty. In no event will the authors be held liable for any damages
|
# 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")
|
if("${status}" STREQUAL "0")
|
||||||
add_subdirectory(${dir})
|
add_subdirectory(${dir})
|
||||||
set(has_run_cmake 1)
|
set(has_run_cmake 1)
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "amkparse.py returned ${status}")
|
message(FATAL_ERROR "amkparse.py returned ${status}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#
|
# Copyright (c) 2006-2024 LOVE Development Team
|
||||||
# Copyright (c) 2006-2023 LOVE Development Team
|
|
||||||
#
|
#
|
||||||
# This software is provided 'as-is', without any express or implied
|
# This software is provided 'as-is', without any express or implied
|
||||||
# warranty. In no event will the authors be held liable for any damages
|
# 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
|
* This software is provided 'as-is', without any express or implied
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
* 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
|
* This software is provided 'as-is', without any express or implied
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
* 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
|
* This software is provided 'as-is', without any express or implied
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
* 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
|
* This software is provided 'as-is', without any express or implied
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
* 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
|
* 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;
|
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
|
* This software is provided 'as-is', without any express or implied
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="version_info">Version %1$s</string>
|
<string name="version_info">Version %1$s</string>
|
||||||
<string name="copyright">Copyright © 2006–2022 LÖVE Development Team</string>
|
<string name="copyright">Copyright © 2006–2024 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="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="official_website">Official Website</string>
|
||||||
<string name="no_games">No Games :(</string>
|
<string name="no_games">No Games :(</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user