mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
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
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// GLUT compatibility header for the Fast Light Tool Kit (FLTK).
|
// GLUT compatibility header for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Top-level makefile for the Fast Light Tool Kit (FLTK).
|
# Top-level makefile 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
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ TRADEMARKS
|
|||||||
|
|
||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
|
|
||||||
FLTK is copyright 1998-2008 by Bill Spitzak
|
FLTK is copyright 1998-2009 by Bill Spitzak
|
||||||
(spitzak@users.sourceforge.net) and others,
|
(spitzak@users.sourceforge.net) and others,
|
||||||
see the CREDITS file for more info.
|
see the CREDITS file for more info.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Main header file for the Fast Light Tool Kit (FLTK).
|
// Main header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2008 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
* Configuration file for the Fast Light Tool Kit (FLTK).
|
* Configuration file for the Fast Light Tool Kit (FLTK).
|
||||||
* @configure_input@
|
* @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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Code editor widget for the Fast Light Tool Kit (FLTK).
|
// Code editor widget for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
// but it was easier to implement this by using the file read/write
|
// but it was easier to implement this by using the file read/write
|
||||||
// that is needed to save the setup anyways.
|
// that is needed to save the setup anyways.
|
||||||
//
|
//
|
||||||
// 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
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
// This should have the widget pointer in it, but it is still in the
|
// This should have the widget pointer in it, but it is still in the
|
||||||
// Fl_Type base class.
|
// Fl_Type base class.
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
// not a class in FLTK itself, and will produce different types of
|
// not a class in FLTK itself, and will produce different types of
|
||||||
// code depending on what the image type is.
|
// code depending on what the image type is.
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Shortcut header file for the Fast Light Tool Kit (FLTK).
|
// Shortcut header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// About dialog for the Fast Light Tool Kit (FLTK).
|
// About dialog 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
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
|
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2008 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -54,7 +54,7 @@ static const char * const comment_text[] = {
|
|||||||
"//\n"
|
"//\n"
|
||||||
"// ... for the Fast Light Tool Kit (FLTK).\n"
|
"// ... for the Fast Light Tool Kit (FLTK).\n"
|
||||||
"//\n"
|
"//\n"
|
||||||
"// Copyright 1998-2005 by Bill Spitzak and others.\n"
|
"// Copyright 1998-2009 by Bill Spitzak and others.\n"
|
||||||
"//\n"
|
"//\n"
|
||||||
"// This library is free software; you can redistribute it and/or\n"
|
"// This library is free software; you can redistribute it and/or\n"
|
||||||
"// modify it under the terms of the GNU Library General Public\n"
|
"// modify it under the terms of the GNU Library General Public\n"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Code dialogs for the Fast Light Tool Kit (FLTK).
|
// Code dialogs for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// FLUID print panel for the Fast Light Tool Kit (FLTK).
|
// FLUID print panel for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// FLUID template support for the Fast Light Tool Kit (FLTK).
|
// FLUID template support for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// FLUID undo definitions for the Fast Light Tool Kit (FLTK).
|
// FLUID undo definitions for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Widget panel for the Fast Light Tool Kit (FLTK).
|
// Widget panel for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Top-level makefile for the Fast Light Tool Kit (FLTK).
|
# 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
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* Configuration file for the Fast Light Tool Kit (FLTK).
|
* Configuration file for the Fast Light Tool Kit (FLTK).
|
||||||
* @configure_input@
|
* @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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Make include file for the Fast Light Tool Kit (FLTK).
|
# 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
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# Make include file for the Fast Light Tool Kit (FLTK).
|
# Make include file for the Fast Light Tool Kit (FLTK).
|
||||||
# (this file for MingW using GCC 3.1.x)
|
# (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
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Label test program for the Fast Light Tool Kit (FLTK).
|
// Label test program for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2008 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Mandelbrot set header file for the Fast Light Tool Kit (FLTK).
|
// Mandelbrot set header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2009 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Simple threading API for the Fast Light Tool Kit (FLTK).
|
// Simple threading API 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
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
Reference in New Issue
Block a user