Bläddra i källkod

Update copyright year.

Miku AuahDark 1 år sedan
förälder
incheckning
46e7d9da0e

+ 1 - 1
README.md

@@ -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
 
 
 ![Build Status](https://github.com/love2d/love-android/workflows/build/badge.svg)
 ![Build Status](https://github.com/love2d/love-android/workflows/build/badge.svg)
 
 

+ 2 - 2
app/src/main/cpp/CMakeLists.txt

@@ -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 - 2
app/src/main/cpp/amkparse.py

@@ -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
 # 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 - 1
app/src/main/java/org/love2d/android/GameActivity.java

@@ -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 - 1
app/src/main/java/org/love2d/android/IntentReceiverActivity.java

@@ -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 - 1
app/src/normal/java/org/love2d/android/AboutActivity.java

@@ -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 - 1
app/src/normal/java/org/love2d/android/GameListAdapter.java

@@ -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 - 1
app/src/normal/java/org/love2d/android/LoveDocumentsProvider.java

@@ -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 - 1
app/src/normal/java/org/love2d/android/MainActivity.java

@@ -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 - 1
app/src/normal/res/values/strings.xml

@@ -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>