Ignore:
Timestamp:
Oct 10, 2006, 2:08:45 PM (17 years ago)
Author:
Jari Häkkinen
Message:

References #83. Changing project name to yat. Compilation will fail in this revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/c++_tools/classifier/SubsetGenerator.h

    r648 r675  
    77  Copyright (C) 2006 Markus Ringnér, Peter Johansson
    88
    9   This file is part of the thep c++ tools library,
    10                                 http://lev.thep.lu.se/trac/c++_tools
     9  This file is part of the yat library, http://lev.thep.lu.se/trac/yat
    1110
    12   The c++ tools library is free software; you can redistribute it
    13   and/or modify it under the terms of the GNU General Public License
    14   as published by the Free Software Foundation; either version 2 of
    15   the License, or (at your option) any later version.
     11  The yat library is free software; you can redistribute it and/or
     12  modify it under the terms of the GNU General Public License as
     13  published by the Free Software Foundation; either version 2 of the
     14  License, or (at your option) any later version.
    1615
    17   The c++ tools library is distributed in the hope that it will be
    18   useful, but WITHOUT ANY WARRANTY; without even the implied warranty
    19   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
     16  The yat library is distributed in the hope that it will be useful,
     17  but WITHOUT ANY WARRANTY; without even the implied warranty of
     18  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    2019  General Public License for more details.
    2120
     
    2524  02111-1307, USA.
    2625*/
    27 #include <c++_tools/classifier/Target.h>
    28 #include <c++_tools/classifier/Sampler.h>
     26
     27#include "yat/classifier/Target.h"
     28#include "yat/classifier/Sampler.h"
    2929
    3030#include <vector>
Note: See TracChangeset for help on using the changeset viewer.