Skip to content

Commit

Permalink
add copyright header to mapper.c
Browse files Browse the repository at this point in the history
based on git history
  • Loading branch information
mmitch committed Apr 16, 2024
1 parent b0a07b6 commit bcba0a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mapper.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* gbsplay is a Gameboy sound player
*
* 2020-2022 (C) by Tobias Diedrich <ranma+gbsplay@tdiedrich.de>
*
* Licensed under GNU GPL v1 or, at your option, any later version.
*/

#include <stdlib.h>
#include <assert.h>

Expand Down

0 comments on commit bcba0a5

Please sign in to comment.