Changeset 137


Ignore:
Timestamp:
02/19/14 12:58:12 (10 years ago)
Author:
sz
Message:

added (c) headers

Location:
cpp/frams/canvas
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/canvas/nn_layout.h

    r135 r137  
     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.
     3// Refer to http://www.framsticks.com/ for further information.
     4
    15#ifndef _NN_LAYOUT_H_
    26#define _NN_LAYOUT_H_
  • cpp/frams/canvas/nn_layout_model.cpp

    r135 r137  
     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.
     3// Refer to http://www.framsticks.com/ for further information.
     4
    15#include "nn_layout_model.h"
    26
  • cpp/frams/canvas/nn_layout_model.h

    r135 r137  
     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.
     3// Refer to http://www.framsticks.com/ for further information.
     4
    15#ifndef _NN_LAYOUT_MODEL_H_
    26#define _NN_LAYOUT_MODEL_H_
  • cpp/frams/canvas/nn_simple_layout.cpp

    r135 r137  
     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.
     3// Refer to http://www.framsticks.com/ for further information.
     4
    15#include "nn_layout.h"
    26#include "common/nonstd_math.h"
  • cpp/frams/canvas/nn_smart_layout.cpp

    r135 r137  
     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.
     3// Refer to http://www.framsticks.com/ for further information.
     4
    15#include "nn_layout.h"
    26#include <vector>
Note: See TracChangeset for help on using the changeset viewer.