Skip to content

Commit

Permalink
src: run upkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed May 17, 2024
1 parent 12fde81 commit be7905d
Show file tree
Hide file tree
Showing 628 changed files with 1,480 additions and 2,144 deletions.
6 changes: 2 additions & 4 deletions src/aniplayer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"

#include "aniplayer.h"
#include "list.h"
#include "global.h"
Expand Down
4 changes: 2 additions & 2 deletions src/aniplayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
Expand Down
2 changes: 0 additions & 2 deletions src/arch_switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* Copyright (c) 2019, p-sam <p-sam@d3vs.net>.
*/

#include "taisei.h"

#include "arch_switch.h"
#include "renderer/glcommon/debug.h"

Expand Down
4 changes: 2 additions & 2 deletions src/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
Expand Down
6 changes: 2 additions & 4 deletions src/audio/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"

#include "audio.h"
#include "backend.h"
#include "resource/resource.h"
Expand Down
4 changes: 2 additions & 2 deletions src/audio/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
Expand Down
6 changes: 2 additions & 4 deletions src/audio/backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"

#include "backend.h"
#include "util.h"

Expand Down
4 changes: 2 additions & 2 deletions src/audio/backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
Expand Down
6 changes: 2 additions & 4 deletions src/audio/null/audio_null.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"

#include "../backend.h"
#include "util.h"

Expand Down
6 changes: 2 additions & 4 deletions src/audio/sdl/audio_sdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"

#include "../backend.h"
#include "../stream/mixer.h"

Expand Down
8 changes: 3 additions & 5 deletions src/audio/stream/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "mixer.h"
#include "util.h"
Expand Down
6 changes: 3 additions & 3 deletions src/audio/stream/mixer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
#include "taisei.h"
Expand Down
8 changes: 3 additions & 5 deletions src/audio/stream/player.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "player.h"
#include "util.h"
Expand Down
6 changes: 3 additions & 3 deletions src/audio/stream/player.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
#include "taisei.h"
Expand Down
8 changes: 3 additions & 5 deletions src/audio/stream/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "stream.h"
#include "stream_opus.h"
Expand Down
6 changes: 3 additions & 3 deletions src/audio/stream/stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
#include "taisei.h"
Expand Down
8 changes: 3 additions & 5 deletions src/audio/stream/stream_opus.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "stream_opus.h"
#include "util.h"
Expand Down
6 changes: 3 additions & 3 deletions src/audio/stream/stream_opus.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
#include "taisei.h"
Expand Down
8 changes: 3 additions & 5 deletions src/audio/stream/stream_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "stream_pcm.h"

Expand Down
6 changes: 3 additions & 3 deletions src/audio/stream/stream_pcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
#include "taisei.h"
Expand Down
6 changes: 3 additions & 3 deletions src/bitarray.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
#include "taisei.h"
Expand Down
6 changes: 2 additions & 4 deletions src/boss.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"

#include "boss.h"
#include "global.h"
#include "stage.h"
Expand Down
4 changes: 2 additions & 2 deletions src/boss.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
Expand Down
8 changes: 3 additions & 5 deletions src/camcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "camcontrol.h"

Expand Down
6 changes: 3 additions & 3 deletions src/camcontrol.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
#include "taisei.h"
Expand Down
6 changes: 2 additions & 4 deletions src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"

#include <getopt.h>

#include "cli.h"
Expand Down
4 changes: 2 additions & 2 deletions src/cli.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
Expand Down
6 changes: 2 additions & 4 deletions src/color.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#include "taisei.h"

#include "color.h"

#define COLOR_OP(c1, op, c2) do { \
Expand Down
4 changes: 2 additions & 2 deletions src/color.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/

#pragma once
Expand Down
Loading

0 comments on commit be7905d

Please sign in to comment.