X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitcount.h;h=72ee37ca98dc997cf6fd9ed46696752a637c1b1e;hp=2e417e04fbf06474f43c8037b42d8cf9da0ba901;hb=8307da0de77c9c7bbf7c56a7d9c8a688ff4dfb4e;hpb=69726f4df3b35b06deabc66d4b4ed5f695ea3fc2 diff --git a/src/bitcount.h b/src/bitcount.h index 2e417e04..72ee37ca 100644 --- a/src/bitcount.h +++ b/src/bitcount.h @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2012 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 @@ -18,7 +18,6 @@ along with this program. If not, see . */ - #if !defined(BITCOUNT_H_INCLUDED) #define BITCOUNT_H_INCLUDED