Browse Source

Fixed more Copyright to 2010.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7904 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/49/head
Matthias Melcher 15 years ago
parent
commit
7fc05e3505
  1. 2
      FL/Xutf8.h
  2. 2
      src/Fl_Native_File_Chooser.cxx
  3. 2
      src/ps_image.cxx
  4. 5
      src/xutf8/case.c
  5. 2
      src/xutf8/is_right2left.c
  6. 2
      src/xutf8/is_spacing.c
  7. 2
      test/blocks.cxx
  8. 2
      test/line_style.cxx

2
FL/Xutf8.h

@ -1,7 +1,7 @@ @@ -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

2
src/Fl_Native_File_Chooser.cxx

@ -2,7 +2,7 @@ @@ -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

2
src/ps_image.cxx

@ -3,7 +3,7 @@ @@ -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

5
src/xutf8/case.c

@ -1,7 +1,8 @@ @@ -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

2
src/xutf8/is_right2left.c

@ -1,7 +1,7 @@ @@ -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

2
src/xutf8/is_spacing.c

@ -1,7 +1,7 @@ @@ -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

2
test/blocks.cxx

@ -3,7 +3,7 @@ @@ -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

2
test/line_style.cxx

@ -3,7 +3,7 @@ @@ -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

Loading…
Cancel
Save