diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-11-28 21:12:59 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-11-28 21:12:59 +0000 |
| commit | 7fc05e3505ab066c63d01538655b1cbb11ff6f61 (patch) | |
| tree | bef155bf2b0e6860d8c7d38a142d58deffbd2333 | |
| parent | e454f97acc0635a5db9d5085fa16fa22d53e61e7 (diff) | |
Fixed more Copyright to 2010.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7904 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | FL/Xutf8.h | 2 | ||||
| -rw-r--r-- | src/Fl_Native_File_Chooser.cxx | 2 | ||||
| -rw-r--r-- | src/ps_image.cxx | 2 | ||||
| -rw-r--r-- | src/xutf8/case.c | 5 | ||||
| -rw-r--r-- | src/xutf8/is_right2left.c | 2 | ||||
| -rw-r--r-- | src/xutf8/is_spacing.c | 2 | ||||
| -rw-r--r-- | test/blocks.cxx | 2 | ||||
| -rw-r--r-- | test/line_style.cxx | 2 |
8 files changed, 10 insertions, 9 deletions
diff --git a/FL/Xutf8.h b/FL/Xutf8.h index 47f44a78d..459db02b8 100644 --- a/FL/Xutf8.h +++ b/FL/Xutf8.h @@ -1,7 +1,7 @@ /* "$Id$" * * Author: Jean-Marc Lienher ( http://oksid.ch ) - * Copyright 2000-2003 by O'ksi'D. + * Copyright 2000-2010 by O'ksi'D. * * 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/src/Fl_Native_File_Chooser.cxx b/src/Fl_Native_File_Chooser.cxx index 898760d49..7e5b383b1 100644 --- a/src/Fl_Native_File_Chooser.cxx +++ b/src/Fl_Native_File_Chooser.cxx @@ -2,7 +2,7 @@ // // FLTK native OS file chooser widget // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 2004 Greg Ercolano. // // This library is free software; you can redistribute it and/or diff --git a/src/ps_image.cxx b/src/ps_image.cxx index b186d3ed1..6d60558ff 100644 --- a/src/ps_image.cxx +++ b/src/ps_image.cxx @@ -3,7 +3,7 @@ // // Postscript image drawing implementation for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2010 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/src/xutf8/case.c b/src/xutf8/case.c index e21c96202..6e9ac67c3 100644 --- a/src/xutf8/case.c +++ b/src/xutf8/case.c @@ -1,7 +1,8 @@ -/* "$Id: $" +/* + * "$Id: $" * * Author: Jean-Marc Lienher ( http://oksid.ch ) - * Copyright 2000-2003 by O'ksi'D. + * Copyright 2000-2010 by O'ksi'D. * * 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/src/xutf8/is_right2left.c b/src/xutf8/is_right2left.c index 737b85266..d823452ca 100644 --- a/src/xutf8/is_right2left.c +++ b/src/xutf8/is_right2left.c @@ -1,7 +1,7 @@ /* "$Id: $" * * Author: Jean-Marc Lienher ( http://oksid.ch ) - * Copyright 2000-2003 by O'ksi'D. + * Copyright 2000-2010 by O'ksi'D. * * 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/src/xutf8/is_spacing.c b/src/xutf8/is_spacing.c index 94557302c..2035ff707 100644 --- a/src/xutf8/is_spacing.c +++ b/src/xutf8/is_spacing.c @@ -1,7 +1,7 @@ /* "$Id: $" * * Author: Jean-Marc Lienher ( http://oksid.ch ) - * Copyright 2000-2003 by O'ksi'D. + * Copyright 2000-2010 by O'ksi'D. * * 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/test/blocks.cxx b/test/blocks.cxx index 8dcd71645..ec7e298da 100644 --- a/test/blocks.cxx +++ b/test/blocks.cxx @@ -3,7 +3,7 @@ // // "Block Attack!" scrolling blocks game using the Fast Light Tool Kit (FLTK). // -// Copyright 2006 by Michael Sweet. +// Copyright 2006-2010 by Michael Sweet. // // 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/test/line_style.cxx b/test/line_style.cxx index 62ebe5aa7..d32a47482 100644 --- a/test/line_style.cxx +++ b/test/line_style.cxx @@ -3,7 +3,7 @@ // // Line style demo for the Fast Light Tool Kit (FLTK). // -// Copyright 2000-2008 by Bill Spitzak and others. +// Copyright 2000-2010 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 |
