diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-01-14 12:49:29 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-01-14 12:49:29 (GMT) |
commit | dd87128bacdff1ad7dd9df166320d4aca6276855 (patch) | |
tree | 3f68d52b75ab0355265c4abe17cbf2464c239e90 /src/boosty.h | |
parent | 92914d6060615ede905a7eeba90b04c6015d27e1 (diff) |
fix bug on boost >1.46. trim copyright notice
Diffstat (limited to 'src/boosty.h')
-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; |