Change TinyIPSec copyrights.

This commit is contained in:
bossiel 2010-02-09 18:58:18 +00:00
parent d4ccf30d46
commit 2f4deff727
8 changed files with 168 additions and 208 deletions

View File

@ -1,29 +1,24 @@
/**************************************************************************** /*
_ _ * Copyright (C) 2009 Mamadou Diop.
| | | | *
_ | | ___ _ _| | _ ____ ____ ____ ___ * Contact: Mamadou Diop <diopmamadou@yahoo.fr>
/ || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ *
( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | * This file is part of Open Source Doubango Framework.
\____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ *
(_____| * DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Copyright (C) 2009 xxxyyyzzz <imsframework(at)gmail.com> * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
This file is part of Open Source Doubango IMS Client Framework project. *
* DOUBANGO is distributed in the hope that it will be useful,
DOUBANGO is free software: you can redistribute it and/or modify * but WITHOUT ANY WARRANTY; without even the implied warranty of
it under the terms of the GNU General Public License as published by * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
the Free Software Foundation, either version 3 of the License, or * GNU Lesser General Public License for more details.
(at your option) any later version. *
* You should have received a copy of the GNU General Public License
DOUBANGO is distributed in the hope that it will be useful, * along with DOUBANGO.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with DOUBANGO.
****************************************************************************/
#include "ipsec.h" #include "ipsec.h"
/* init ipsec SA */ /* init ipsec SA */

View File

@ -1,29 +1,24 @@
/**************************************************************************** /*
_ _ * Copyright (C) 2009 Mamadou Diop.
| | | | *
_ | | ___ _ _| | _ ____ ____ ____ ___ * Contact: Mamadou Diop <diopmamadou@yahoo.fr>
/ || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ *
( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | * This file is part of Open Source Doubango Framework.
\____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ *
(_____| * DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Copyright (C) 2009 xxxyyyzzz <imsframework(at)gmail.com> * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
This file is part of Open Source Doubango IMS Client Framework project. *
* DOUBANGO is distributed in the hope that it will be useful,
DOUBANGO is free software: you can redistribute it and/or modify * but WITHOUT ANY WARRANTY; without even the implied warranty of
it under the terms of the GNU General Public License as published by * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
the Free Software Foundation, either version 3 of the License, or * GNU Lesser General Public License for more details.
(at your option) any later version. *
* You should have received a copy of the GNU General Public License
DOUBANGO is distributed in the hope that it will be useful, * along with DOUBANGO.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with DOUBANGO.
****************************************************************************/
#ifndef _TINYIPSEC_IPSEC_H_ #ifndef _TINYIPSEC_IPSEC_H_
#define _TINYIPSEC_IPSEC_H_ #define _TINYIPSEC_IPSEC_H_

View File

@ -1,29 +1,24 @@
/**************************************************************************** /*
_ _ * Copyright (C) 2009 Mamadou Diop.
| | | | *
_ | | ___ _ _| | _ ____ ____ ____ ___ * Contact: Mamadou Diop <diopmamadou@yahoo.fr>
/ || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ *
( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | * This file is part of Open Source Doubango Framework.
\____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ *
(_____| * DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Copyright (C) 2009 xxxyyyzzz <imsframework(at)gmail.com> * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
This file is part of Open Source Doubango IMS Client Framework project. *
* DOUBANGO is distributed in the hope that it will be useful,
DOUBANGO is free software: you can redistribute it and/or modify * but WITHOUT ANY WARRANTY; without even the implied warranty of
it under the terms of the GNU General Public License as published by * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
the Free Software Foundation, either version 3 of the License, or * GNU Lesser General Public License for more details.
(at your option) any later version. *
* You should have received a copy of the GNU General Public License
DOUBANGO is distributed in the hope that it will be useful, * along with DOUBANGO.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with DOUBANGO.
****************************************************************************/
#include "ipsec.h" #include "ipsec.h"
#include <time.h> #include <time.h>

View File

@ -1,29 +1,24 @@
/**************************************************************************** /*
_ _ * Copyright (C) 2009 Mamadou Diop.
| | | | *
_ | | ___ _ _| | _ ____ ____ ____ ___ * Contact: Mamadou Diop <diopmamadou@yahoo.fr>
/ || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ *
( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | * This file is part of Open Source Doubango Framework.
\____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ *
(_____| * DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Copyright (C) 2009 xxxyyyzzz <imsframework(at)gmail.com> * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
This file is part of Open Source Doubango IMS Client Framework project. *
* DOUBANGO is distributed in the hope that it will be useful,
DOUBANGO is free software: you can redistribute it and/or modify * but WITHOUT ANY WARRANTY; without even the implied warranty of
it under the terms of the GNU General Public License as published by * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
the Free Software Foundation, either version 3 of the License, or * GNU Lesser General Public License for more details.
(at your option) any later version. *
* You should have received a copy of the GNU General Public License
DOUBANGO is distributed in the hope that it will be useful, * along with DOUBANGO.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with DOUBANGO.
****************************************************************************/
#include "ipsec.h" #include "ipsec.h"
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>

View File

@ -1,29 +1,24 @@
/**************************************************************************** /*
_ _ * Copyright (C) 2009 Mamadou Diop.
| | | | *
_ | | ___ _ _| | _ ____ ____ ____ ___ * Contact: Mamadou Diop <diopmamadou@yahoo.fr>
/ || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ *
( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | * This file is part of Open Source Doubango Framework.
\____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ *
(_____| * DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Copyright (C) 2009 xxxyyyzzz <imsframework(at)gmail.com> * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
This file is part of Open Source Doubango IMS Client Framework project. *
* DOUBANGO is distributed in the hope that it will be useful,
DOUBANGO is free software: you can redistribute it and/or modify * but WITHOUT ANY WARRANTY; without even the implied warranty of
it under the terms of the GNU General Public License as published by * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
the Free Software Foundation, either version 3 of the License, or * GNU Lesser General Public License for more details.
(at your option) any later version. *
* You should have received a copy of the GNU General Public License
DOUBANGO is distributed in the hope that it will be useful, * along with DOUBANGO.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with DOUBANGO.
****************************************************************************/
#ifndef _TINYIPSEC_API_H_ #ifndef _TINYIPSEC_API_H_
#define _TINYIPSEC_API_H_ #define _TINYIPSEC_API_H_

View File

@ -1,29 +1,24 @@
/**************************************************************************** /*
_ _ * Copyright (C) 2009 Mamadou Diop.
| | | | *
_ | | ___ _ _| | _ ____ ____ ____ ___ * Contact: Mamadou Diop <diopmamadou@yahoo.fr>
/ || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ *
( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | * This file is part of Open Source Doubango Framework.
\____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ *
(_____| * DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Copyright (C) 2009 xxxyyyzzz <imsframework(at)gmail.com> * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
This file is part of Open Source Doubango IMS Client Framework project. *
* DOUBANGO is distributed in the hope that it will be useful,
DOUBANGO is free software: you can redistribute it and/or modify * but WITHOUT ANY WARRANTY; without even the implied warranty of
it under the terms of the GNU General Public License as published by * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
the Free Software Foundation, either version 3 of the License, or * GNU Lesser General Public License for more details.
(at your option) any later version. *
* You should have received a copy of the GNU General Public License
DOUBANGO is distributed in the hope that it will be useful, * along with DOUBANGO.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with DOUBANGO.
****************************************************************************/
#include "ipsec_utils.h" #include "ipsec_utils.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,29 +1,24 @@
/**************************************************************************** /*
_ _ * Copyright (C) 2009 Mamadou Diop.
| | | | *
_ | | ___ _ _| | _ ____ ____ ____ ___ * Contact: Mamadou Diop <diopmamadou@yahoo.fr>
/ || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ *
( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | * This file is part of Open Source Doubango Framework.
\____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ *
(_____| * DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Copyright (C) 2009 xxxyyyzzz <imsframework(at)gmail.com> * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
This file is part of Open Source Doubango IMS Client Framework project. *
* DOUBANGO is distributed in the hope that it will be useful,
DOUBANGO is free software: you can redistribute it and/or modify * but WITHOUT ANY WARRANTY; without even the implied warranty of
it under the terms of the GNU General Public License as published by * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
the Free Software Foundation, either version 3 of the License, or * GNU Lesser General Public License for more details.
(at your option) any later version. *
* You should have received a copy of the GNU General Public License
DOUBANGO is distributed in the hope that it will be useful, * along with DOUBANGO.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with DOUBANGO.
****************************************************************************/
#ifndef _TINYIPSEC_UTILS_H_ #ifndef _TINYIPSEC_UTILS_H_
#define _TINYIPSEC_UTILS_H_ #define _TINYIPSEC_UTILS_H_

View File

@ -1,29 +1,24 @@
/**************************************************************************** /*
_ _ * Copyright (C) 2009 Mamadou Diop.
| | | | *
_ | | ___ _ _| | _ ____ ____ ____ ___ * Contact: Mamadou Diop <diopmamadou@yahoo.fr>
/ || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ *
( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | * This file is part of Open Source Doubango Framework.
\____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ *
(_____| * DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Copyright (C) 2009 xxxyyyzzz <imsframework(at)gmail.com> * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
This file is part of Open Source Doubango IMS Client Framework project. *
* DOUBANGO is distributed in the hope that it will be useful,
DOUBANGO is free software: you can redistribute it and/or modify * but WITHOUT ANY WARRANTY; without even the implied warranty of
it under the terms of the GNU General Public License as published by * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
the Free Software Foundation, either version 3 of the License, or * GNU Lesser General Public License for more details.
(at your option) any later version. *
* You should have received a copy of the GNU General Public License
DOUBANGO is distributed in the hope that it will be useful, * along with DOUBANGO.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with DOUBANGO.
****************************************************************************/
#ifndef TINYIPSEC_CONFIG_H #ifndef TINYIPSEC_CONFIG_H
#define TINYIPSEC_CONFIG_H #define TINYIPSEC_CONFIG_H