Changeset 21c03af787 in tspsg for src


Ignore:
Timestamp:
Aug 29, 2013, 6:32:30 PM (11 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
2940c14782
Parents:
2d4659ddfe
git-author:
Oleksii Serdiuk <contacts@…> (08/29/13 18:32:30)
git-committer:
Oleksii Serdiuk <contacts@…> (08/29/13 18:50:17)
Message:

Updated copyright endyear from 2012 to 2013.

Location:
src
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • src/_.h

    r2d4659ddfe r21c03af787  
    11/*
    22 *  TSPSG: TSP Solver and Generator
    3  *  Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 *  Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/defaults.h

    r2d4659ddfe r21c03af787  
    11/*!
    22 * \file defaults.h
    3  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/globals.cpp

    r2d4659ddfe r21c03af787  
    11/*
    22 *  TSPSG: TSP Solver and Generator
    3  *  Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 *  Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/globals.h

    r2d4659ddfe r21c03af787  
    11/*!
    22 * \file globals.h
    3  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/main.cpp

    r2d4659ddfe r21c03af787  
    11/*
    22 *  TSPSG: TSP Solver and Generator
    3  *  Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 *  Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/mainwindow.cpp

    r2d4659ddfe r21c03af787  
    11/*
    22 *  TSPSG: TSP Solver and Generator
    3  *  Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 *  Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/mainwindow.h

    r2d4659ddfe r21c03af787  
    11/*!
    22 * \file mainwindow.h
    3  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
     
    5454/*!
    5555 * \brief Class for handling Main Window UI and logic.
    56  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     56 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    5757 */
    5858class MainWindow: public QMainWindow, Ui::MainWindow
  • src/os.h

    r2d4659ddfe r21c03af787  
    11/*!
    22 * \file os.h
    3  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/pch.h

    r2d4659ddfe r21c03af787  
    11/*!
    22 * \file pch.h
    3  * \author Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 * \author Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/resource.h

    r2d4659ddfe r21c03af787  
    11/*!
    22 * \file resource.h
    3  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/settingsdialog.cpp

    r2d4659ddfe r21c03af787  
    11/*
    22 *  TSPSG: TSP Solver and Generator
    3  *  Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 *  Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/settingsdialog.h

    r2d4659ddfe r21c03af787  
    11/*!
    22 * \file settingsdialog.h
    3  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
     
    3535/*!
    3636 * \brief Class for handling Settings Dialog UI and logic.
    37  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     37 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    3838 */
    3939class SettingsDialog: public QDialog, Ui::SettingsDialog
  • src/tspmodel.cpp

    r2d4659ddfe r21c03af787  
    11/*
    22 *  TSPSG: TSP Solver and Generator
    3  *  Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 *  Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/tspmodel.h

    r2d4659ddfe r21c03af787  
    11/*!
    22 * \file tspmodel.h
    3  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
     
    3737/*!
    3838 * \brief This class implements table model for manipulating a task.
    39  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     39 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    4040 */
    4141class CTSPModel: public QAbstractTableModel
  • src/tspsolver.cpp

    r2d4659ddfe r21c03af787  
    11/*
    22 *  TSPSG: TSP Solver and Generator
    3  *  Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 *  Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
  • src/tspsolver.h

    r2d4659ddfe r21c03af787  
    11/*!
    22 * \file tspsolver.h
    3  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
     
    104104/*!
    105105 * \brief This class solves Travelling Salesman Problem task.
    106  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     106 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    107107 */
    108108class CTSPSolver: public QObject
  • src/version.h

    r2d4659ddfe r21c03af787  
    11/*!
    22 * \file version.h
    3  * \author Copyright &copy; 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     3 * \author Copyright &copy; 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id: $Format:%h %ai %an$ $
Note: See TracChangeset for help on using the changeset viewer.