Skip to content

Commit 1b7b7d4

Browse files
committed
Addressing review comments
1 parent f80389b commit 1b7b7d4

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

src/libcharon/plugins/kernel_libipsec/kernel_libipsec_router.c

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,28 @@
1414
* for more details.
1515
*/
1616

17+
/*
18+
* Copyright (C) 2016 Noel Kuntze
19+
*
20+
* Permission is hereby granted, free of charge, to any person obtaining a copy
21+
* of this software and associated documentation files (the "Software"), to deal
22+
* in the Software without restriction, including without limitation the rights
23+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24+
* copies of the Software, and to permit persons to whom the Software is
25+
* furnished to do so, subject to the following conditions:
26+
*
27+
* The above copyright notice and this permission notice shall be included in
28+
* all copies or substantial portions of the Software.
29+
*
30+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
36+
* THE SOFTWARE.
37+
*/
38+
1739
#include <unistd.h>
1840
#include <fcntl.h>
1941

src/libcharon/plugins/osx_attr/osx_attr_handler.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*
22
* Copyright (C) 2013 Martin Willi
3-
* Copyright (C) 2013 revosec AG
4-
* Copyright (C) 2019 Sophos Inc
3+
*
54
* Copyright (C) secunet Security Networks AG
6-
5+
*
6+
* Copyright (C) 2019-25 Sophos Inc
7+
*
78
*
89
* This program is free software; you can redistribute it and/or modify it
910
* under the terms of the GNU General Public License as published by the

0 commit comments

Comments
 (0)