Author: matt
Date: 2010-11-28 13:12:59 -0800 (Sun, 28 Nov 2010)
New Revision: 7904
Log:
Fixed more Copyright to 2010.

Modified:
   branches/branch-1.3/FL/Xutf8.h
   branches/branch-1.3/src/Fl_Native_File_Chooser.cxx
   branches/branch-1.3/src/ps_image.cxx
   branches/branch-1.3/src/xutf8/case.c
   branches/branch-1.3/src/xutf8/is_right2left.c
   branches/branch-1.3/src/xutf8/is_spacing.c
   branches/branch-1.3/test/blocks.cxx
   branches/branch-1.3/test/line_style.cxx

Modified: branches/branch-1.3/FL/Xutf8.h
===================================================================
--- branches/branch-1.3/FL/Xutf8.h      2010-11-28 21:06:39 UTC (rev 7903)
+++ branches/branch-1.3/FL/Xutf8.h      2010-11-28 21:12:59 UTC (rev 7904)
@@ -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

Modified: branches/branch-1.3/src/Fl_Native_File_Chooser.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Native_File_Chooser.cxx  2010-11-28 21:06:39 UTC 
(rev 7903)
+++ branches/branch-1.3/src/Fl_Native_File_Chooser.cxx  2010-11-28 21:12:59 UTC 
(rev 7904)
@@ -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

Modified: branches/branch-1.3/src/ps_image.cxx
===================================================================
--- branches/branch-1.3/src/ps_image.cxx        2010-11-28 21:06:39 UTC (rev 
7903)
+++ branches/branch-1.3/src/ps_image.cxx        2010-11-28 21:12:59 UTC (rev 
7904)
@@ -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

Modified: branches/branch-1.3/src/xutf8/case.c
===================================================================
--- branches/branch-1.3/src/xutf8/case.c        2010-11-28 21:06:39 UTC (rev 
7903)
+++ branches/branch-1.3/src/xutf8/case.c        2010-11-28 21:12:59 UTC (rev 
7904)
@@ -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

Modified: branches/branch-1.3/src/xutf8/is_right2left.c
===================================================================
--- branches/branch-1.3/src/xutf8/is_right2left.c       2010-11-28 21:06:39 UTC 
(rev 7903)
+++ branches/branch-1.3/src/xutf8/is_right2left.c       2010-11-28 21:12:59 UTC 
(rev 7904)
@@ -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

Modified: branches/branch-1.3/src/xutf8/is_spacing.c
===================================================================
--- branches/branch-1.3/src/xutf8/is_spacing.c  2010-11-28 21:06:39 UTC (rev 
7903)
+++ branches/branch-1.3/src/xutf8/is_spacing.c  2010-11-28 21:12:59 UTC (rev 
7904)
@@ -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

Modified: branches/branch-1.3/test/blocks.cxx
===================================================================
--- branches/branch-1.3/test/blocks.cxx 2010-11-28 21:06:39 UTC (rev 7903)
+++ branches/branch-1.3/test/blocks.cxx 2010-11-28 21:12:59 UTC (rev 7904)
@@ -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

Modified: branches/branch-1.3/test/line_style.cxx
===================================================================
--- branches/branch-1.3/test/line_style.cxx     2010-11-28 21:06:39 UTC (rev 
7903)
+++ branches/branch-1.3/test/line_style.cxx     2010-11-28 21:12:59 UTC (rev 
7904)
@@ -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

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to