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