Updated license header

This commit is contained in:
luca0N! 2020-05-24 00:10:21 -03:00
parent 2765e4082e
commit 0f17c54af7
No known key found for this signature in database
GPG Key ID: 9F1B99B522287CAB
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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
View File

@ -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
View File

@ -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