Updated license header
This commit is contained in:
parent
2765e4082e
commit
0f17c54af7
4
Makefile
4
Makefile
|
@ -15,13 +15,13 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Contact me by e-mail via <mailto:luca0n@protonmail.com>
|
||||
# Contact me by e-mail via <mailto:luca0n@protonmail.com>.
|
||||
#
|
||||
|
||||
C=gcc
|
||||
CFLAG=-s -Os
|
||||
|
||||
MT=mt
|
||||
MT=C:/Program\ Files\ \(x86\)/Windows\ Kits/10/bin/10.0.18362.0/x64/mt
|
||||
MTARGS=-nologo
|
||||
WINDRES=windres
|
||||
|
||||
|
|
2
about.h
2
about.h
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Contact me by e-mail via <mailto:luca0n@protonmail.com>
|
||||
Contact me by e-mail via <mailto:luca0n@protonmail.com>.
|
||||
*/
|
||||
#ifndef ABOUT_DEF
|
||||
#define ABOUT_DEF
|
||||
|
|
2
colors.h
2
colors.h
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Contact me by e-mail via <mailto:luca0n@protonmail.com>
|
||||
Contact me by e-mail via <mailto:luca0n@protonmail.com>.
|
||||
*/
|
||||
#ifndef COLORS_DEF
|
||||
#define COLORS_DEF
|
||||
|
|
2
main.c
2
main.c
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Contact me by e-mail via <mailto:luca0n@protonmail.com>
|
||||
Contact me by e-mail via <mailto:luca0n@protonmail.com>.
|
||||
*/
|
||||
#include "about.h"
|
||||
#include "str.h"
|
||||
|
|
2
str.h
2
str.h
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Contact me by e-mail via <mailto:luca0n@protonmail.com>
|
||||
Contact me by e-mail via <mailto:luca0n@protonmail.com>.
|
||||
*/
|
||||
#ifndef STR_DEF
|
||||
#define STR_DEF
|
||||
|
|
Reference in New Issue