diff options
Diffstat (limited to 'src/config_lib.h')
| -rw-r--r-- | src/config_lib.h | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/src/config_lib.h b/src/config_lib.h index b4a80e918..bbcfb75f5 100644 --- a/src/config_lib.h +++ b/src/config_lib.h @@ -1,9 +1,17 @@ /* - * "$Id$" - * * Configuration file for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-2018 by Bill Spitzak and others. + * Copyright 1998-2020 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 */ #ifndef FL_CONFIG_LIB_H @@ -78,7 +86,3 @@ #endif - -/* - * End of "$Id$". - */ |
