-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cosmetics: restore Copyright for files coming from old zebra code
Important to give credits back to original author ! so Kunihiro, here we go. I did some extensions and improvements, but to be honnest I just didnt fully remind what and which part was modified...
- Loading branch information
Showing
17 changed files
with
39 additions
and
502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,7 @@ | ||
/* SPDX-License-Identifier: AGPL-3.0-or-later */ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
/* | ||
* Soft: The main goal of gtp-guard is to provide robust and secure | ||
* extensions to GTP protocol (GPRS Tunneling Procol). GTP is | ||
* widely used for data-plane in mobile core-network. gtp-guard | ||
* implements a set of 3 main frameworks: | ||
* A Proxy feature for data-plane tweaking, a Routing facility | ||
* to inter-connect and a Firewall feature for filtering, | ||
* rewriting and redirecting. | ||
* | ||
* Authors: Alexandre Cassen, <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public | ||
* License Version 3.0 as published by the Free Software Foundation; | ||
* either version 3.0 of the License, or (at your option) any later | ||
* version. | ||
* | ||
* Copyright (C) 2023-2024 Alexandre Cassen, <[email protected]> | ||
* Buffering of output and input. | ||
* Copyright (C) 1998 Kunihiro Ishiguro | ||
*/ | ||
|
||
#include <stddef.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,7 @@ | ||
/* SPDX-License-Identifier: AGPL-3.0-or-later */ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
/* | ||
* Soft: The main goal of gtp-guard is to provide robust and secure | ||
* extensions to GTP protocol (GPRS Tunneling Procol). GTP is | ||
* widely used for data-plane in mobile core-network. gtp-guard | ||
* implements a set of 3 main frameworks: | ||
* A Proxy feature for data-plane tweaking, a Routing facility | ||
* to inter-connect and a Firewall feature for filtering, | ||
* rewriting and redirecting. | ||
* | ||
* Authors: Alexandre Cassen, <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public | ||
* License Version 3.0 as published by the Free Software Foundation; | ||
* either version 3.0 of the License, or (at your option) any later | ||
* version. | ||
* | ||
* Copyright (C) 2023-2024 Alexandre Cassen, <[email protected]> | ||
* Buffering of output and input. | ||
* Copyright (C) 1998 Kunihiro Ishiguro | ||
*/ | ||
|
||
#ifndef _BUFFER_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,7 @@ | ||
/* SPDX-License-Identifier: AGPL-3.0-or-later */ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
/* | ||
* Soft: The main goal of gtp-guard is to provide robust and secure | ||
* extensions to GTP protocol (GPRS Tunneling Procol). GTP is | ||
* widely used for data-plane in mobile core-network. gtp-guard | ||
* implements a set of 3 main frameworks: | ||
* A Proxy feature for data-plane tweaking, a Routing facility | ||
* to inter-connect and a Firewall feature for filtering, | ||
* rewriting and redirecting. | ||
* | ||
* Authors: Alexandre Cassen, <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public | ||
* License Version 3.0 as published by the Free Software Foundation; | ||
* either version 3.0 of the License, or (at your option) any later | ||
* version. | ||
* | ||
* Copyright (C) 2023-2024 Alexandre Cassen, <[email protected]> | ||
* Zebra configuration command interface routine | ||
* Copyright (C) 1997, 98 Kunihiro Ishiguro | ||
*/ | ||
|
||
#include <ctype.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,7 @@ | ||
/* SPDX-License-Identifier: AGPL-3.0-or-later */ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
/* | ||
* Soft: The main goal of gtp-guard is to provide robust and secure | ||
* extensions to GTP protocol (GPRS Tunneling Procol). GTP is | ||
* widely used for data-plane in mobile core-network. gtp-guard | ||
* implements a set of 3 main frameworks: | ||
* A Proxy feature for data-plane tweaking, a Routing facility | ||
* to inter-connect and a Firewall feature for filtering, | ||
* rewriting and redirecting. | ||
* | ||
* Authors: Alexandre Cassen, <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public | ||
* License Version 3.0 as published by the Free Software Foundation; | ||
* either version 3.0 of the License, or (at your option) any later | ||
* version. | ||
* | ||
* Copyright (C) 2023-2024 Alexandre Cassen, <[email protected]> | ||
* Zebra configuration command interface routine | ||
* Copyright (C) 1997, 98 Kunihiro Ishiguro | ||
*/ | ||
|
||
#ifndef _COMMAND_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,8 @@ | |
* Copyright (C) 2023-2024 Alexandre Cassen, <[email protected]> | ||
*/ | ||
|
||
/* This file is copied from the Linux kernel include/linux/list.h file */ | ||
|
||
#ifndef _LIST_HEAD_H | ||
#define _LIST_HEAD_H | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.