source: tspsg/help/html/en/credits.html @ b4b4f8d479

appveyorimgbot
Last change on this file since b4b4f8d479 was b4b4f8d479, checked in by Oleksii Serdiuk, 10 years ago

Updated copyright endyear from 2013 to 2014

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 !  TSPSG: TSP Solver and Generator
4 !  Copyright (C) 2007-2014 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
5 !
6 !  $Id: $Format:%h %ai %an$ $
7 !  $URL: http://tspsg.info/ $
8 !
9 !  This file is part of TSPSG project.
10 !  See http://tspsg.info/ for more information.
11 \-->
12<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
13<html xmlns="http://www.w3.org/1999/xhtml">
14<head>
15        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
16        <title>Credits</title>
17    <link rel="stylesheet" type="text/css" href="../style.css" />
18</head>
19<body>
20        <h1>Credits</h1>
21        <p>I'd like to give credits to the following projects which were used in the creation of TSP Solver and Generator:</p>
22        <ul>
23                <li>TSPSG was created using <strong>Qt framework</strong> licensed under the terms of the GNU Lesser General Public License,<br />
24                see <a href="http://qt.nokia.com/">qt.nokia.com</a>.</li>
25                <li>Most icons used in TSPSG are part of <strong>Oxygen Icons</strong> project licensed according to the GNU Lesser General Public License,<br />
26                see <a href="http://www.oxygen-icons.org/">www.oxygen-icons.org</a>.</li>
27                <li>Country flag icons used in TSPSG are part of the free <strong>Flag Icons</strong> collection created by <strong>IconDrawer</strong>,<br />
28                see <a href="http://www.icondrawer.com/">www.icondrawer.com</a>.</li>
29                <li>TSPSG comes with the default "embedded" font <strong>DejaVu LGC Sans Mono</strong> from the <strong>DejaVu fonts</strong> licensed under a Free license,<br />
30                see <a href="http://dejavu-fonts.org/">dejavu-fonts.org</a>.</li>
31        </ul>
32</body>
33</html>
Note: See TracBrowser for help on using the repository browser.