source: trunk/yat/utility/config_public.h.in @ 2140

Last change on this file since 2140 was 2140, checked in by Peter, 13 years ago

updating copyright. Happy New Year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.0 KB
RevLine 
[1500]1#ifndef _theplu_yat_utility_config_public_
2#define _theplu_yat_utility_config_public_
[1292]3
4// $Id: config_public.h.in 2140 2009-12-31 22:43:29Z peter $
5
6/*
[2119]7  Copyright (C) 2008 Jari Häkkinen, Peter Johansson
[2140]8  Copyright (C) 2009 Peter Johansson
[1292]9
[2124]10  This file is part of the yat library, http://dev.thep.lu.se/yat
[1292]11
12  The yat library is free software; you can redistribute it and/or
13  modify it under the terms of the GNU General Public License as
[1486]14  published by the Free Software Foundation; either version 3 of the
[1292]15  License, or (at your option) any later version.
16
17  The yat library is distributed in the hope that it will be useful,
18  but WITHOUT ANY WARRANTY; without even the implied warranty of
19  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20  General Public License for more details.
21
22  You should have received a copy of the GNU General Public License
[1487]23  along with yat. If not, see <http://www.gnu.org/licenses/>.
[1292]24*/
25
26///
[1500]27/// \file utility/config_public.h
[1292]28///
29
[1500]30/// Define if compiler supports deprecated attribute, as in g++ 4.0
31#undef YAT_HAVE_GCC_DEPRECATED
[1321]32
[1292]33#endif
Note: See TracBrowser for help on using the repository browser.