From efaf0f7aa4b52053229cb272ffa7505959d91e60 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sat, 1 Jan 2022 10:44:50 +0800 Subject: [PATCH] Update copyright year to 2022. --- README.md | 2 +- license.txt | 32 +++++++++++++------ love/src/jni/love | 2 +- .../java/org/love2d/android/GameActivity.java | 2 +- .../org/love2d/android/DownloadActivity.java | 2 +- .../org/love2d/android/DownloadService.java | 2 +- 6 files changed, 27 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0c060486..3303133a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ 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) diff --git a/license.txt b/license.txt index d67dc58c..d7f5bb85 100644 --- a/license.txt +++ b/license.txt @@ -6,7 +6,7 @@ This distribution contains code from the following projects (full license text b - LOVE Website: https://love2d.org/ License: zlib - Copyright (c) 2006-2020 LOVE Development Team + Copyright (c) 2006-2022 LOVE Development Team - ENet 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 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 Website: https://github.com/syoyo/tinyexr License: 3-Clause BSD @@ -76,16 +82,22 @@ This distribution contains code from the following projects (full license text b - dr_flac 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 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 - 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 2009-2011 by Malcolm Boczek Copyright 2008 Christian Weisgerber @@ -95,9 +107,9 @@ This distribution contains code from the following projects (full license text b Copyright 1997 Mikko Tommila - 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 License: Apache 2.0 Copyright 2011 The Android Open Source Project diff --git a/love/src/jni/love b/love/src/jni/love index 78a915c8..8e7fd10b 160000 --- a/love/src/jni/love +++ b/love/src/jni/love @@ -1 +1 @@ -Subproject commit 78a915c8f4cc42e3b8603fc62c94a0f4719aab37 +Subproject commit 8e7fd10b6fd9b6dce6d61d728271019c28a7213e diff --git a/love/src/main/java/org/love2d/android/GameActivity.java b/love/src/main/java/org/love2d/android/GameActivity.java index fec2d961..c24ced2c 100644 --- a/love/src/main/java/org/love2d/android/GameActivity.java +++ b/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 * warranty. In no event will the authors be held liable for any damages diff --git a/love/src/normal/java/org/love2d/android/DownloadActivity.java b/love/src/normal/java/org/love2d/android/DownloadActivity.java index 4ba814dc..abaa2cb6 100644 --- a/love/src/normal/java/org/love2d/android/DownloadActivity.java +++ b/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 * warranty. In no event will the authors be held liable for any damages diff --git a/love/src/normal/java/org/love2d/android/DownloadService.java b/love/src/normal/java/org/love2d/android/DownloadService.java index 8ce91ad0..7294471c 100644 --- a/love/src/normal/java/org/love2d/android/DownloadService.java +++ b/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 * warranty. In no event will the authors be held liable for any damages