|
1 | 1 | #
|
2 | 2 | # This file is part of Corrade.
|
3 | 3 | #
|
4 |
| -# Copyright © 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, |
5 |
| -# 2017, 2018 Vladimír Vondruš <[email protected]> |
| 4 | +# Original authors — credit is appreciated but not required: |
6 | 5 | #
|
7 |
| -# Permission is hereby granted, free of charge, to any person obtaining a |
8 |
| -# copy of this software and associated documentation files (the "Software"), |
9 |
| -# to deal in the Software without restriction, including without limitation |
10 |
| -# the rights to use, copy, modify, merge, publish, distribute, sublicense, |
11 |
| -# and/or sell copies of the Software, and to permit persons to whom the |
12 |
| -# Software is furnished to do so, subject to the following conditions: |
| 6 | +# 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 |
| 7 | +# — Vladimír Vondruš <[email protected]> |
13 | 8 | #
|
14 |
| -# The above copyright notice and this permission notice shall be included |
15 |
| -# in all copies or substantial portions of the Software. |
| 9 | +# This is free and unencumbered software released into the public domain. |
| 10 | +# |
| 11 | +# Anyone is free to copy, modify, publish, use, compile, sell, or distribute |
| 12 | +# this software, either in source code form or as a compiled binary, for any |
| 13 | +# purpose, commercial or non-commercial, and by any means. |
| 14 | +# |
| 15 | +# In jurisdictions that recognize copyright laws, the author or authors of |
| 16 | +# this software dedicate any and all copyright interest in the software to |
| 17 | +# the public domain. We make this dedication for the benefit of the public |
| 18 | +# at large and to the detriment of our heirs and successors. We intend this |
| 19 | +# dedication to be an overt act of relinquishment in perpetuity of all |
| 20 | +# present and future rights to this software under copyright law. |
16 | 21 | #
|
17 | 22 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18 | 23 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19 | 24 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
20 |
| -# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
21 |
| -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
22 |
| -# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 |
| -# DEALINGS IN THE SOFTWARE. |
| 25 | +# THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 26 | +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 27 | +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
24 | 28 | #
|
25 | 29 |
|
26 | 30 | cmake_minimum_required(VERSION 2.8.12)
|
|
0 commit comments