Changeset 286 for cpp/common


Ignore:
Timestamp:
01/05/15 21:37:33 (9 years ago)
Author:
Maciej Komosinski
Message:

Updated headers

Location:
cpp/common
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/2d.h

    r197 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#ifndef _2D_H_
  • cpp/common/Convert.cpp

    r281 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#include "Convert.h"
  • cpp/common/Convert.h

    r281 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#ifndef _CONVERT_H_
  • cpp/common/framsg.cpp

    r244 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#include "framsg.h"
  • cpp/common/framsg.h

    r244 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#ifndef _FRAMSG_H_
  • cpp/common/nonstd.h

    r247 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#ifndef _NONSTD_H_
  • cpp/common/nonstd_dir.h

    r197 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#ifndef _NONSTD_DIR_H_
  • cpp/common/nonstd_math.cpp

    r285 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#include "nonstd_math.h"
  • cpp/common/nonstd_math.h

    r251 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#ifndef _NONSTD_MATH_H_
  • cpp/common/nonstd_stdio.cpp

    r281 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#include "nonstd_stdio.h"
  • cpp/common/nonstd_stdio.h

    r281 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#ifndef _NONSTD_STDIO_H_
  • cpp/common/nonstd_stl.h

    r197 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#ifndef _NONSTD_STL_H_
  • cpp/common/random.h

    r285 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#include "nonstd.h" //LONGLONG
  • cpp/common/stl-util.cpp

    r281 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#include "stl-util.h"
  • cpp/common/stl-util.h

    r257 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#ifndef _STL_UTIL_H_
  • cpp/common/threads.h

    r197 r286  
    1 // This file is a part of the Framsticks GDK.
    2 // Copyright (C) 1999-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
    44
    55#ifndef _THREADS_H_
Note: See TracChangeset for help on using the changeset viewer.