X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=zic2xpm.c;h=b96817f3fb7c8caf84c8e88ee118a0ec8b17a686;hb=d9a803f2e64634ff75f89b7e3b0a65ac085f0e36;hp=7d816ed8eb4ea0590bc181c1591f8bbb92812031;hpb=05bc30b15e31c427ce208495a889e9ff36e6642b;p=xboard.git diff --git a/zic2xpm.c b/zic2xpm.c index 7d816ed..b96817f 100644 --- a/zic2xpm.c +++ b/zic2xpm.c @@ -4,7 +4,7 @@ Program to convert pieces from ZIICS format to XPM & XIM format. (C version) By Frank McIngvale . - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996,2009 Free Software Foundation, Inc. NOTICE: The piece images distributed with ZIICS are copyrighted works of their original creators. Images @@ -24,20 +24,23 @@ by experimentation, and without access to any of Borland Inc.'s BGI library source code. - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. However, the above notices - MUST BE RETAINED in any copy that you redistribute or modify. - This program 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 General Public License for more details. + GNU XBoard is free software: you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation, + either version 3 of the License, or (at your option) any + later version. + + GNU XBoard 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 General Public License for more + details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + http://www.gnu.org/licenses/. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. ** If you find a bug in zic2xpm.c, please report it to me, Frank McIngvale (frankm@hiwaay.net) so that I may fix it. **