Ignore:
Timestamp:
02/08/14 06:00:41 (10 years ago)
Author:
sz
Message:

updated file headers and makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/conv_test.cpp

    r109 r121  
    1 // This file is a part of the Framsticks GDK library.
    2 // Copyright (C) 2002-2011 Szymon Ulatowski.  See LICENSE.txt for details.
     1// This file is a part of the Framsticks GDK.
     2// Copyright (C) 2002-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    33// Refer to http://www.framsticks.com/ for further information.
    44
    55#include <ctype.h>
    6 #include <frams/genetic/genoconv.h>
     6#include <frams/genetics/genoconv.h>
    77#include <frams/model/model.h>
    88#include <frams/util/multimap.h>
    9 #include <frams/genetic/conv/conv_f1.h>
     9#include <frams/genetics/f1/conv_f1.h>
    1010
    1111#include "printconvmap.h"
Note: See TracChangeset for help on using the changeset viewer.