From 48de70cdb865684fdc6ad25884fe32387dd41954 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 10 Jan 2015 12:42:25 +0000 Subject: [PATCH] Remove copyright --- src/bitboard.cpp | 19 ------------------- src/bitboard.h | 20 -------------------- src/bitcount.h | 20 -------------------- 3 files changed, 59 deletions(-) diff --git a/src/bitboard.cpp b/src/bitboard.cpp index 8b4ed416..fb66e6ff 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -1,22 +1,3 @@ -/* - Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2014 Marco Costalba, Joona Kiiski, Tord Romstad - - Stockfish 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. - - Stockfish 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 . -*/ - #include #include // For std::memset diff --git a/src/bitboard.h b/src/bitboard.h index 43a746c0..3c436b83 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -1,23 +1,3 @@ -/* - Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2014 Marco Costalba, Joona Kiiski, Tord Romstad - - Stockfish 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. - - - Stockfish 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 . -*/ - #ifndef BITBOARD_H_INCLUDED #define BITBOARD_H_INCLUDED diff --git a/src/bitcount.h b/src/bitcount.h index 9feed19f..e98bea0d 100644 --- a/src/bitcount.h +++ b/src/bitcount.h @@ -1,23 +1,3 @@ -/* - Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2014 Marco Costalba, Joona Kiiski, Tord Romstad - - Stockfish 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. - - - Stockfish 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 . -*/ - #ifndef BITCOUNT_H_INCLUDED #define BITCOUNT_H_INCLUDED