diff options
| author | Fabien Costantini <fabien@onepost.net> | 2009-01-12 14:52:45 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2009-01-12 14:52:45 +0000 |
| commit | a33d0a6d292700133efaf6806c0e28694f279719 (patch) | |
| tree | 522e25387d9cca2f530fc3f41cca8c0ca77789ce /makefiles | |
| parent | e9ef99002fbda41d56f2374e562daff473ff39f5 (diff) | |
STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6626 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles')
| -rw-r--r-- | makefiles/Makefile.mingw | 2 | ||||
| -rw-r--r-- | makefiles/config.mingw | 2 | ||||
| -rw-r--r-- | makefiles/makeinclude.mingw | 2 | ||||
| -rw-r--r-- | makefiles/makeinclude.mingw31 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/makefiles/Makefile.mingw b/makefiles/Makefile.mingw index 24b9a297b..b964c2a2c 100644 --- a/makefiles/Makefile.mingw +++ b/makefiles/Makefile.mingw @@ -3,7 +3,7 @@ # # Top-level makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2006 by Bill Spitzak and others. +# Copyright 1998-2009 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/makefiles/config.mingw b/makefiles/config.mingw index 46b1ab5b5..286f19032 100644 --- a/makefiles/config.mingw +++ b/makefiles/config.mingw @@ -4,7 +4,7 @@ * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ * - * Copyright 1998-2007 by Bill Spitzak and others. + * Copyright 1998-2009 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw index f3db7a969..5a3c22ebb 100644 --- a/makefiles/makeinclude.mingw +++ b/makefiles/makeinclude.mingw @@ -3,7 +3,7 @@ # # Make include file for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2007 by Bill Spitzak and others. +# Copyright 1998-2009 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/makefiles/makeinclude.mingw31 b/makefiles/makeinclude.mingw31 index 4b305f475..292a4347f 100644 --- a/makefiles/makeinclude.mingw31 +++ b/makefiles/makeinclude.mingw31 @@ -4,7 +4,7 @@ # Make include file for the Fast Light Tool Kit (FLTK). # (this file for MingW using GCC 3.1.x) # -# Copyright 1998-2003 by Bill Spitzak and others. +# Copyright 1998-2009 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public |
