project_files/frontlib/iniparser/LICENSE
author Wuzzy <Wuzzy2@mail.ru>
Mon, 13 Nov 2017 22:14:45 +0100
changeset 12836 8610462e3d33
parent 10017 de822cd3df3a
permissions -rw-r--r--
Remove 2 unused number tags in Construction Mode GUI These numbers are shown aside the power tag, but the numbers never change. They don't serve any purpose and are just visual clutter and annoying, since they partially overlap. They are probably a leftover from copying code over from other scripts. With this changeset, only the power and turn time are left visible, as it is supposed to.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10017
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
     1
Copyright (c) 2000-2012 by Nicolas Devillard.
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
     2
MIT License
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
     3
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
     4
Permission is hereby granted, free of charge, to any person
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
     5
obtaining a copy of this software and associated documentation
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
     6
files (the "Software"), to deal in the Software without
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
     7
restriction, including without limitation the rights to use,
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
     8
copy, modify, merge, publish, distribute, sublicense, and/or sell
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
     9
copies of the Software, and to permit persons to whom the
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    10
Software is furnished to do so, subject to the following
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    11
conditions:
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    12
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    13
The above copyright notice and this permission notice shall be
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    14
included in all copies or substantial portions of the Software.
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    15
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    16
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    17
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    18
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    19
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    20
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    21
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 7175
diff changeset
    22
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
7175
038e3415100a Added ini reading/writing for game schemes to the frontend lib
Medo <smaxein@googlemail.com>
parents:
diff changeset
    23
OTHER DEALINGS IN THE SOFTWARE.