diff options
| -rw-r--r-- | src/boosty.h | 20 | 
1 files changed, 3 insertions, 17 deletions
| diff --git a/src/boosty.h b/src/boosty.h index d30b1fd..a8c57f8 100644 --- a/src/boosty.h +++ b/src/boosty.h @@ -1,20 +1,5 @@ -/* -#  boosty.h copyright (C) 2011 don bright -# -#  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. -# -#  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. -# -#  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-1307  USA -*/ +// boosty.h copyright 2012 don bright. released under the GNU General  +// Public License as described in the file named 'COPYING' in the project root.  #ifndef boosty_h_  #define boosty_h_ @@ -37,6 +22,7 @@  */  #include <string> +#include <boost/version.hpp>  #include <boost/filesystem.hpp>  namespace fs = boost::filesystem; | 
