aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.h
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-05-24 21:05:16 +0200
committerBad Diode <bd@badd10de.dev>2021-05-24 21:05:16 +0200
commitc1580fd8f8b06efef471578e2ba66a4efb7745c8 (patch)
tree790528883eca263b0c5653fdab67939b00ba01a6 /src/text.h
parent8e90cbd6fd790c16acd86cba878a69160fa4f17b (diff)
downloaduxngba-c1580fd8f8b06efef471578e2ba66a4efb7745c8.tar.gz
uxngba-c1580fd8f8b06efef471578e2ba66a4efb7745c8.zip
Add copyright notice to all files
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/text.h b/src/text.h
index 59ab9af..9c06f02 100644
--- a/src/text.h
+++ b/src/text.h
@@ -1,3 +1,14 @@
1/*
2Copyright (c) 2021 Bad Diode
3
4Permission to use, copy, modify, and distribute this software for any
5purpose with or without fee is hereby granted, provided that the above
6copyright notice and this permission notice appear in all copies.
7
8THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9WITH REGARD TO THIS SOFTWARE.
10*/
11
1#ifndef GBAEXP_TILES_H 12#ifndef GBAEXP_TILES_H
2#define GBAEXP_TILES_H 13#define GBAEXP_TILES_H
3 14