mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
Update copyright year to 2022.
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
|
||||
+22
-10
@@ -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 <naddy@openbsd.org>
|
||||
@@ -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
|
||||
|
||||
+1
-1
Submodule love/src/jni/love updated: 78a915c8f4...8e7fd10b6f
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user