diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-04-08 00:50:42 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-04-08 00:50:42 +0200 |
| commit | 8eda47d411f344d254feffa8382fcd04e75b2c3e (patch) | |
| tree | f77b310fd8a869c822a99c8815c9be482a08be42 | |
| parent | 8e92ce49a88480df4851e7e1726ca0fca0173635 (diff) | |
Fix copyright header
| -rw-r--r-- | test/checkers_pieces.fl | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/test/checkers_pieces.fl b/test/checkers_pieces.fl index 62e289419..2d8aef590 100644 --- a/test/checkers_pieces.fl +++ b/test/checkers_pieces.fl @@ -9,22 +9,15 @@ comment {// // // Copyright 1998-2020 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 -// License as published by the Free Software Foundation; either -// version 2 of the License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Library General Public License for more details. -// -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// https://www.fltk.org/COPYING.php +// +// Please report all bugs and problems on the following page: +// +// https://www.fltk.org/str.php // } {in_source in_header } |
