Changeset 2940c14782 in tspsg for src
- Timestamp:
- Aug 29, 2013, 6:54:38 PM (11 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 243b53b608
- Parents:
- 21c03af787
- Location:
- src
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
src/_.h
r21c03af787 r2940c14782 10 10 * TSPSG is free software: you can redistribute it and/or modify 11 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, either version 3of the License, or12 * the Free Software Foundation, either version 2 of the License, or 13 13 * (at your option) any later version. 14 14 * -
src/defaults.h
r21c03af787 r2940c14782 14 14 * TSPSG is free software: you can redistribute it and/or modify 15 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation, either version 3of the License, or16 * the Free Software Foundation, either version 2 of the License, or 17 17 * (at your option) any later version. 18 18 * -
src/globals.cpp
r21c03af787 r2940c14782 10 10 * TSPSG is free software: you can redistribute it and/or modify 11 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, either version 3of the License, or12 * the Free Software Foundation, either version 2 of the License, or 13 13 * (at your option) any later version. 14 14 * -
src/globals.h
r21c03af787 r2940c14782 14 14 * TSPSG is free software: you can redistribute it and/or modify 15 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation, either version 3of the License, or16 * the Free Software Foundation, either version 2 of the License, or 17 17 * (at your option) any later version. 18 18 * -
src/main.cpp
r21c03af787 r2940c14782 10 10 * TSPSG is free software: you can redistribute it and/or modify 11 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, either version 3of the License, or12 * the Free Software Foundation, either version 2 of the License, or 13 13 * (at your option) any later version. 14 14 * -
src/mainwindow.cpp
r21c03af787 r2940c14782 10 10 * TSPSG is free software: you can redistribute it and/or modify 11 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, either version 3of the License, or12 * the Free Software Foundation, either version 2 of the License, or 13 13 * (at your option) any later version. 14 14 * … … 666 666 about += tr("This program is free software: you can redistribute it and/or modify<br>\n" 667 667 "it under the terms of the GNU General Public License as published by<br>\n" 668 "the Free Software Foundation, either version 3of the License, or<br>\n"668 "the Free Software Foundation, either version 2 of the License, or<br>\n" 669 669 "(at your option) any later version.<br>\n" 670 670 "<br>\n" -
src/mainwindow.h
r21c03af787 r2940c14782 14 14 * TSPSG is free software: you can redistribute it and/or modify 15 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation, either version 3of the License, or16 * the Free Software Foundation, either version 2 of the License, or 17 17 * (at your option) any later version. 18 18 * -
src/os.h
r21c03af787 r2940c14782 17 17 * TSPSG is free software: you can redistribute it and/or modify 18 18 * it under the terms of the GNU General Public License as published by 19 * the Free Software Foundation, either version 3of the License, or19 * the Free Software Foundation, either version 2 of the License, or 20 20 * (at your option) any later version. 21 21 * -
src/pch.h
r21c03af787 r2940c14782 14 14 * TSPSG is free software: you can redistribute it and/or modify 15 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation, either version 3of the License, or16 * the Free Software Foundation, either version 2 of the License, or 17 17 * (at your option) any later version. 18 18 * -
src/resource.h
r21c03af787 r2940c14782 14 14 * TSPSG is free software: you can redistribute it and/or modify 15 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation, either version 3of the License, or16 * the Free Software Foundation, either version 2 of the License, or 17 17 * (at your option) any later version. 18 18 * -
src/settingsdialog.cpp
r21c03af787 r2940c14782 10 10 * TSPSG is free software: you can redistribute it and/or modify 11 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, either version 3of the License, or12 * the Free Software Foundation, either version 2 of the License, or 13 13 * (at your option) any later version. 14 14 * -
src/settingsdialog.h
r21c03af787 r2940c14782 14 14 * TSPSG is free software: you can redistribute it and/or modify 15 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation, either version 3of the License, or16 * the Free Software Foundation, either version 2 of the License, or 17 17 * (at your option) any later version. 18 18 * -
src/tspmodel.cpp
r21c03af787 r2940c14782 10 10 * TSPSG is free software: you can redistribute it and/or modify 11 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, either version 3of the License, or12 * the Free Software Foundation, either version 2 of the License, or 13 13 * (at your option) any later version. 14 14 * -
src/tspmodel.h
r21c03af787 r2940c14782 14 14 * TSPSG is free software: you can redistribute it and/or modify 15 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation, either version 3of the License, or16 * the Free Software Foundation, either version 2 of the License, or 17 17 * (at your option) any later version. 18 18 * -
src/tspsolver.cpp
r21c03af787 r2940c14782 10 10 * TSPSG is free software: you can redistribute it and/or modify 11 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, either version 3of the License, or12 * the Free Software Foundation, either version 2 of the License, or 13 13 * (at your option) any later version. 14 14 * -
src/tspsolver.h
r21c03af787 r2940c14782 14 14 * TSPSG is free software: you can redistribute it and/or modify 15 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation, either version 3of the License, or16 * the Free Software Foundation, either version 2 of the License, or 17 17 * (at your option) any later version. 18 18 * -
src/version.h
r21c03af787 r2940c14782 14 14 * TSPSG is free software: you can redistribute it and/or modify 15 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation, either version 3of the License, or16 * the Free Software Foundation, either version 2 of the License, or 17 17 * (at your option) any later version. 18 18 *
Note: See TracChangeset
for help on using the changeset viewer.