Add the license to the makefiles
parent
34d7b62607
commit
aa7ebf9c26
5
gfx.mk
5
gfx.mk
|
@ -1,3 +1,8 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXINC += $(GFXLIB)
|
||||
GFXSRC += $(GFXLIB)/src/gfx.c
|
||||
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gadc/gadc.c
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gaudio/gaudio.c
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gdisp/gdisp.c \
|
||||
$(GFXLIB)/src/gdisp/gdisp_fonts.c \
|
||||
$(GFXLIB)/src/gdisp/gdisp_pixmap.c \
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gdriver/gdriver.c
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gevent/gevent.c
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gfile/gfile.c \
|
||||
$(GFXLIB)/src/gfile/gfile_fs_native.c \
|
||||
$(GFXLIB)/src/gfile/gfile_fs_ram.c \
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/ginput/ginput.c \
|
||||
$(GFXLIB)/src/ginput/ginput_mouse.c \
|
||||
$(GFXLIB)/src/ginput/ginput_keyboard.c \
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gmisc/gmisc.c \
|
||||
$(GFXLIB)/src/gmisc/gmisc_arrayops.c \
|
||||
$(GFXLIB)/src/gmisc/gmisc_matrix2d.c \
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gos/gos_chibios.c \
|
||||
$(GFXLIB)/src/gos/gos_freertos.c \
|
||||
$(GFXLIB)/src/gos/gos_win32.c \
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gqueue/gqueue.c
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gtimer/gtimer.c
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# This file is subject to the terms of the GFX License. If a copy of
|
||||
# the license was not distributed with this file, you can obtain one at:
|
||||
#
|
||||
# http://ugfx.org/license.html
|
||||
|
||||
GFXSRC += $(GFXLIB)/src/gwin/gwin.c \
|
||||
$(GFXLIB)/src/gwin/gwin_widget.c \
|
||||
$(GFXLIB)/src/gwin/gwin_wm.c \
|
||||
|
|
Loading…
Reference in New Issue