| 1 | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ |
|---|
| 2 | * This is GNU Go, a Go program. Contact gnugo@gnu.org, or see * |
|---|
| 3 | * http://www.gnu.org/software/gnugo/ for more information. * |
|---|
| 4 | * * |
|---|
| 5 | * Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 and 2006 * |
|---|
| 6 | * by the Free Software Foundation. * |
|---|
| 7 | * * |
|---|
| 8 | * This program is free software; you can redistribute it and/or * |
|---|
| 9 | * modify it under the terms of the GNU General Public License as * |
|---|
| 10 | * published by the Free Software Foundation - version 2 * |
|---|
| 11 | * * |
|---|
| 12 | * This program is distributed in the hope that it will be useful, * |
|---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of * |
|---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * |
|---|
| 15 | * GNU General Public License in file COPYING for more details. * |
|---|
| 16 | * * |
|---|
| 17 | * You should have received a copy of the GNU General Public * |
|---|
| 18 | * License along with this program; if not, write to the Free * |
|---|
| 19 | * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * |
|---|
| 20 | * Boston, MA 02111, USA. * |
|---|
| 21 | \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ |
|---|
| 22 | |
|---|