Browse Source

Update copyright year to 2022.

Miku AuahDark 4 years ago
parent
commit
efaf0f7aa4

+ 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-2020 LOVE Development Team
+Copyright (c) 2006-2022 LOVE Development Team
 
 
 ![](https://github.com/love2d/love-android/workflows/build/badge.svg)
 ![](https://github.com/love2d/love-android/workflows/build/badge.svg)
 
 

+ 22 - 10
license.txt

@@ -6,7 +6,7 @@ This distribution contains code from the following projects (full license text b
  - LOVE
  - LOVE
 	Website: https://love2d.org/
 	Website: https://love2d.org/
 	License: zlib
 	License: zlib
-	Copyright (c) 2006-2020 LOVE Development Team
+	Copyright (c) 2006-2022 LOVE Development Team
 
 
  - ENet
  - ENet
 	Website: http://enet.bespin.org/index.html
 	Website: http://enet.bespin.org/index.html
@@ -57,6 +57,12 @@ This distribution contains code from the following projects (full license text b
 		- LZ4 source repository : https://github.com/Cyan4973/lz4
 		- LZ4 source repository : https://github.com/Cyan4973/lz4
 		- LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c
 		- LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c
 
 
+ - LodePNG
+	Website: https://lodev.org/lodepng/
+	Source download: https://github.com/lvandeve/lodepng
+	License: zlib
+	Copyright (c) 2005-2020 Lode Vandevenne
+
  - TinyEXR
  - TinyEXR
 	Website: https://github.com/syoyo/tinyexr
 	Website: https://github.com/syoyo/tinyexr
 	License: 3-Clause BSD
 	License: 3-Clause BSD
@@ -76,16 +82,22 @@ This distribution contains code from the following projects (full license text b
 
 
  - dr_flac
  - dr_flac
 	Website: https://github.com/mackron/dr_libs
 	Website: https://github.com/mackron/dr_libs
-	Source download: https://github.com/mackron/dr_libs/blob/41bc0e8/dr_flac.h
+	Source download: https://github.com/mackron/dr_libs/blob/c5e5355/dr_flac.h
 	License: MIT/Expat
 	License: MIT/Expat
 	Copyright 2018 David Reid
 	Copyright 2018 David Reid
 
 
+ - stb_image
+	Website: https://github.com/nothings/stb
+	Source download: https://github.com/nothings/stb/blob/e140649ccf40818781b7e408f6228a486f6d254b/stb_image.h
+	License: MIT/Expat
+	Copyright (c) 2017 Sean Barrett
+
  - libmpg123
  - libmpg123
-     Website: http://www.mpg123.de/
-     Source download: http://sourceforge.net/projects/mpg123/files/latest/download
-     License: LGPL 2.1
-     Copyright (c) 1995-2013 by Michael Hipp and others, free software under the terms of the LGPL v2.1
-     Detailed information from the debian project:
+	Website: http://www.mpg123.de/
+	Source download: http://sourceforge.net/projects/mpg123/files/latest/download
+	License: LGPL 2.1
+	Copyright (c) 1995-2013 by Michael Hipp and others, free software under the terms of the LGPL v2.1
+	Detailed information from the debian project:
 		 Copyright 1995-2016 by the mpg123 project
 		 Copyright 1995-2016 by the mpg123 project
 		 Copyright 2009-2011 by Malcolm Boczek
 		 Copyright 2009-2011 by Malcolm Boczek
 		 Copyright 2008 Christian Weisgerber <[email protected]>
 		 Copyright 2008 Christian Weisgerber <[email protected]>
@@ -95,9 +107,9 @@ This distribution contains code from the following projects (full license text b
 		 Copyright 1997 Mikko Tommila
 		 Copyright 1997 Mikko Tommila
 
 
  - OpenAL Soft
  - OpenAL Soft
-     Website: http://kcat.strangesoft.net/openal.html
-     Source download: http://kcat.strangesoft.net/openal.html#download
-     License: Mixed, licensing information obtained from the debian project
+	Website: https://openal-soft.org/
+	Source download: https://openal-soft.org/#download
+	License: Mixed, licensing information obtained from the debian project
 		- Alc/backends/opensl.c
 		- Alc/backends/opensl.c
 			License: Apache 2.0
 			License: Apache 2.0
 			Copyright 2011 The Android Open Source Project
 			Copyright 2011 The Android Open Source Project

+ 1 - 1
love/src/jni/love

@@ -1 +1 @@
-Subproject commit 78a915c8f4cc42e3b8603fc62c94a0f4719aab37
+Subproject commit 8e7fd10b6fd9b6dce6d61d728271019c28a7213e

+ 1 - 1
love/src/main/java/org/love2d/android/GameActivity.java

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2022 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
love/src/normal/java/org/love2d/android/DownloadActivity.java

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2022 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
love/src/normal/java/org/love2d/android/DownloadService.java

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2022 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