|
1 | 1 | /* |
2 | | - * Copyright (c) 2018-2020 Stefan Roßmann. |
3 | | - * |
4 | | - * This program is free software: you can redistribute it and/or modify |
5 | | - * it under the terms of the GNU General Public License as published by |
6 | | - * the Free Software Foundation, version 3. |
7 | | - * |
8 | | - * This program is distributed in the hope that it will be useful, but |
9 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
10 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
11 | | - * General Public License for more details. |
12 | | - * |
13 | | - * You should have received a copy of the GNU General Public License |
14 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | | - * http://www.rossmann-engineering.de |
16 | | - */ |
| 2 | +Copyright (c) 2018-2020 Rossmann-Engineering |
| 3 | +Permission is hereby granted, free of charge, |
| 4 | +to any person obtaining a copy of this software |
| 5 | +and associated documentation files (the "Software"), |
| 6 | +to deal in the Software without restriction, |
| 7 | +including without limitation the rights to use, |
| 8 | +copy, modify, merge, publish, distribute, sublicense, |
| 9 | +and/or sell copies of the Software, and to permit |
| 10 | +persons to whom the Software is furnished to do so, |
| 11 | +subject to the following conditions: |
| 12 | +
|
| 13 | +The above copyright notice and this permission |
| 14 | +notice shall be included in all copies or substantial portions of the Software. |
| 15 | +
|
| 16 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 17 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 18 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 19 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
| 20 | +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
| 21 | +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE |
| 22 | +OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 23 | +*/ |
17 | 24 | using System; |
18 | 25 | using System.Runtime.Serialization; |
19 | 26 |
|
|
0 commit comments