LICENSE.txt
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 19 Jun 2018 21:26:26 +0100
changeset 241 481556cfa16d
parent 12 5bd69db5ca2b
permissions -rw-r--r--
Rakefiles: fixed tasks `workflow:*` to work on SWING CI On SWING CI, sources of `stx:stc` and `stc:librun` (as well as `.hg` repository) are removed as soon as binaries are compiled (as safety neasure). Therefore, we have to check that there's really a physical mercurial repository in package working copy. Trusting `repo.type` is not enough as it may have been removed.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
Copyright (c) 2010-now Jan Vrany <jan.vrany (a) fit.cvut.cz>
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
Permission is hereby granted, free of charge, to any person obtaining
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
a copy of this software and associated documentation files (the
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
"Software"), to deal in the Software without restriction, including
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
without limitation the rights to use, copy, modify, merge, publish,
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
distribute, sublicense, and/or sell copies of the Software, and to
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
permit persons to whom the Software is furnished to do so, subject to
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
the following conditions:
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
The above copyright notice and this permission notice shall be
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
included in all copies or substantial portions of the Software.
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    17
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    18
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5bd69db5ca2b Added short README.md and LICENSE.txt
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.