From 2f4deff727199a6accd1c8b9a7fcd0e35bf4cd0d Mon Sep 17 00:00:00 2001 From: bossiel Date: Tue, 9 Feb 2010 18:58:18 +0000 Subject: [PATCH] Change TinyIPSec copyrights. --- trunk/tinyIPSec/tinyIPSec/src/ipsec.c | 47 +++++++++---------- trunk/tinyIPSec/tinyIPSec/src/ipsec.h | 47 +++++++++---------- trunk/tinyIPSec/tinyIPSec/src/ipsec.linux.c | 47 +++++++++---------- trunk/tinyIPSec/tinyIPSec/src/ipsec.win32.c | 47 +++++++++---------- trunk/tinyIPSec/tinyIPSec/src/ipsec_api.h | 47 +++++++++---------- trunk/tinyIPSec/tinyIPSec/src/ipsec_utils.c | 47 +++++++++---------- trunk/tinyIPSec/tinyIPSec/src/ipsec_utils.h | 47 +++++++++---------- .../tinyIPSec/src/tinyipsec_config.h | 47 +++++++++---------- 8 files changed, 168 insertions(+), 208 deletions(-) diff --git a/trunk/tinyIPSec/tinyIPSec/src/ipsec.c b/trunk/tinyIPSec/tinyIPSec/src/ipsec.c index 77733840..85e74450 100644 --- a/trunk/tinyIPSec/tinyIPSec/src/ipsec.c +++ b/trunk/tinyIPSec/tinyIPSec/src/ipsec.c @@ -1,29 +1,24 @@ -/**************************************************************************** - _ _ - | | | | - _ | | ___ _ _| | _ ____ ____ ____ ___ - / || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ - ( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | - \____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ - (_____| - - Copyright (C) 2009 xxxyyyzzz - - This file is part of Open Source Doubango IMS Client Framework project. - - DOUBANGO is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - DOUBANGO is distributed in the hope that it will be useful, - 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. -****************************************************************************/ +/* +* Copyright (C) 2009 Mamadou Diop. +* +* Contact: Mamadou Diop +* +* 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 +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* DOUBANGO is distributed in the hope that it will be useful, +* 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" /* init ipsec SA */ diff --git a/trunk/tinyIPSec/tinyIPSec/src/ipsec.h b/trunk/tinyIPSec/tinyIPSec/src/ipsec.h index 3110099b..b81266de 100644 --- a/trunk/tinyIPSec/tinyIPSec/src/ipsec.h +++ b/trunk/tinyIPSec/tinyIPSec/src/ipsec.h @@ -1,29 +1,24 @@ -/**************************************************************************** - _ _ - | | | | - _ | | ___ _ _| | _ ____ ____ ____ ___ - / || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ - ( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | - \____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ - (_____| - - Copyright (C) 2009 xxxyyyzzz - - This file is part of Open Source Doubango IMS Client Framework project. - - DOUBANGO is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - DOUBANGO is distributed in the hope that it will be useful, - 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. -****************************************************************************/ +/* +* Copyright (C) 2009 Mamadou Diop. +* +* Contact: Mamadou Diop +* +* 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 +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* DOUBANGO is distributed in the hope that it will be useful, +* 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_ #define _TINYIPSEC_IPSEC_H_ diff --git a/trunk/tinyIPSec/tinyIPSec/src/ipsec.linux.c b/trunk/tinyIPSec/tinyIPSec/src/ipsec.linux.c index ea9ecf33..3b4885a3 100644 --- a/trunk/tinyIPSec/tinyIPSec/src/ipsec.linux.c +++ b/trunk/tinyIPSec/tinyIPSec/src/ipsec.linux.c @@ -1,29 +1,24 @@ -/**************************************************************************** - _ _ - | | | | - _ | | ___ _ _| | _ ____ ____ ____ ___ - / || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ - ( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | - \____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ - (_____| - - Copyright (C) 2009 xxxyyyzzz - - This file is part of Open Source Doubango IMS Client Framework project. - - DOUBANGO is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - DOUBANGO is distributed in the hope that it will be useful, - 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. -****************************************************************************/ +/* +* Copyright (C) 2009 Mamadou Diop. +* +* Contact: Mamadou Diop +* +* 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 +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* DOUBANGO is distributed in the hope that it will be useful, +* 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 diff --git a/trunk/tinyIPSec/tinyIPSec/src/ipsec.win32.c b/trunk/tinyIPSec/tinyIPSec/src/ipsec.win32.c index 2ce7ddc3..94ca6b50 100644 --- a/trunk/tinyIPSec/tinyIPSec/src/ipsec.win32.c +++ b/trunk/tinyIPSec/tinyIPSec/src/ipsec.win32.c @@ -1,29 +1,24 @@ -/**************************************************************************** - _ _ - | | | | - _ | | ___ _ _| | _ ____ ____ ____ ___ - / || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ - ( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | - \____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ - (_____| - - Copyright (C) 2009 xxxyyyzzz - - This file is part of Open Source Doubango IMS Client Framework project. - - DOUBANGO is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - DOUBANGO is distributed in the hope that it will be useful, - 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. -****************************************************************************/ +/* +* Copyright (C) 2009 Mamadou Diop. +* +* Contact: Mamadou Diop +* +* 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 +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* DOUBANGO is distributed in the hope that it will be useful, +* 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 #include diff --git a/trunk/tinyIPSec/tinyIPSec/src/ipsec_api.h b/trunk/tinyIPSec/tinyIPSec/src/ipsec_api.h index 0bf225fb..038acacb 100644 --- a/trunk/tinyIPSec/tinyIPSec/src/ipsec_api.h +++ b/trunk/tinyIPSec/tinyIPSec/src/ipsec_api.h @@ -1,29 +1,24 @@ -/**************************************************************************** - _ _ - | | | | - _ | | ___ _ _| | _ ____ ____ ____ ___ - / || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ - ( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | - \____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ - (_____| - - Copyright (C) 2009 xxxyyyzzz - - This file is part of Open Source Doubango IMS Client Framework project. - - DOUBANGO is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - DOUBANGO is distributed in the hope that it will be useful, - 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. -****************************************************************************/ +/* +* Copyright (C) 2009 Mamadou Diop. +* +* Contact: Mamadou Diop +* +* 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 +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* DOUBANGO is distributed in the hope that it will be useful, +* 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_ #define _TINYIPSEC_API_H_ diff --git a/trunk/tinyIPSec/tinyIPSec/src/ipsec_utils.c b/trunk/tinyIPSec/tinyIPSec/src/ipsec_utils.c index 878c5e52..a7ef2d93 100644 --- a/trunk/tinyIPSec/tinyIPSec/src/ipsec_utils.c +++ b/trunk/tinyIPSec/tinyIPSec/src/ipsec_utils.c @@ -1,29 +1,24 @@ -/**************************************************************************** - _ _ - | | | | - _ | | ___ _ _| | _ ____ ____ ____ ___ - / || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ - ( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | - \____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ - (_____| - - Copyright (C) 2009 xxxyyyzzz - - This file is part of Open Source Doubango IMS Client Framework project. - - DOUBANGO is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - DOUBANGO is distributed in the hope that it will be useful, - 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. -****************************************************************************/ +/* +* Copyright (C) 2009 Mamadou Diop. +* +* Contact: Mamadou Diop +* +* 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 +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* DOUBANGO is distributed in the hope that it will be useful, +* 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 diff --git a/trunk/tinyIPSec/tinyIPSec/src/ipsec_utils.h b/trunk/tinyIPSec/tinyIPSec/src/ipsec_utils.h index 532fa995..f5ee7ca7 100644 --- a/trunk/tinyIPSec/tinyIPSec/src/ipsec_utils.h +++ b/trunk/tinyIPSec/tinyIPSec/src/ipsec_utils.h @@ -1,29 +1,24 @@ -/**************************************************************************** - _ _ - | | | | - _ | | ___ _ _| | _ ____ ____ ____ ___ - / || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ - ( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | - \____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ - (_____| - - Copyright (C) 2009 xxxyyyzzz - - This file is part of Open Source Doubango IMS Client Framework project. - - DOUBANGO is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - DOUBANGO is distributed in the hope that it will be useful, - 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. -****************************************************************************/ +/* +* Copyright (C) 2009 Mamadou Diop. +* +* Contact: Mamadou Diop +* +* 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 +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* DOUBANGO is distributed in the hope that it will be useful, +* 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_ #define _TINYIPSEC_UTILS_H_ diff --git a/trunk/tinyIPSec/tinyIPSec/src/tinyipsec_config.h b/trunk/tinyIPSec/tinyIPSec/src/tinyipsec_config.h index c5b5dbe3..7fbb9fe7 100644 --- a/trunk/tinyIPSec/tinyIPSec/src/tinyipsec_config.h +++ b/trunk/tinyIPSec/tinyIPSec/src/tinyipsec_config.h @@ -1,29 +1,24 @@ -/**************************************************************************** - _ _ - | | | | - _ | | ___ _ _| | _ ____ ____ ____ ___ - / || |/ _ \| | | | || \ / _ | _ \ / _ |/ _ \ - ( (_| | |_| | |_| | |_) | ( | | | | ( ( | | |_| | - \____|\___/ \____|____/ \_||_|_| |_|\_|| |\___/ - (_____| - - Copyright (C) 2009 xxxyyyzzz - - This file is part of Open Source Doubango IMS Client Framework project. - - DOUBANGO is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - DOUBANGO is distributed in the hope that it will be useful, - 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. -****************************************************************************/ +/* +* Copyright (C) 2009 Mamadou Diop. +* +* Contact: Mamadou Diop +* +* 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 +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* DOUBANGO is distributed in the hope that it will be useful, +* 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 #define TINYIPSEC_CONFIG_H