diff options
Diffstat (limited to 'examples/Makefile.FLTK')
| -rw-r--r-- | examples/Makefile.FLTK | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/Makefile.FLTK b/examples/Makefile.FLTK index 902797c59..59899b724 100644 --- a/examples/Makefile.FLTK +++ b/examples/Makefile.FLTK @@ -1,4 +1,21 @@ # +# Included Makefile used to build example apps by 'make' +# +# Copyright 2020-2022 by Bill Spitzak and others. +# +# This library is free software. Distribution and use rights are outlined in +# the file "COPYING" which should have been included with this file. If this +# file is missing or damaged, see the license at: +# +# https://www.fltk.org/COPYING.php +# +# Please see the following page on how to report bugs and issues: +# +# https://www.fltk.org/bugs.php +# +################################################################################ + +# # Stuff every FLTK application might need # # If you take this for use in your own project, be sure to change |
