Skip to content

Commit

Permalink
proto_smpp: arrange licence
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jan 23, 2019
1 parent 4ce1ddc commit f7846ef
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 8 deletions.
21 changes: 21 additions & 0 deletions modules/proto_smpp/db.c
@@ -1,3 +1,24 @@
/*
* Copyright (C) 2019 - OpenSIPS Project
*
* This file is part of opensips, a free SIP server.
*
* opensips 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 2 of the License, or
* (at your option) any later version
*
* opensips 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/

#include "../../db/db.h"
#include "../../str.h"
#include "db.h"
Expand Down
25 changes: 23 additions & 2 deletions modules/proto_smpp/db.h
@@ -1,5 +1,26 @@
#ifndef _FOOBAR_DB_H_
#define _FOOBAR_DB_H_
/*
* Copyright (C) 2019 - OpenSIPS Project
*
* This file is part of opensips, a free SIP server.
*
* opensips 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 2 of the License, or
* (at your option) any later version
*
* opensips 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/

#ifndef _PROTO_DB_H_
#define _PROTO_DB_H_

#include "../../db/db.h"
#include "../../str.h"
Expand Down
8 changes: 2 additions & 6 deletions modules/proto_smpp/proto_smpp.c
@@ -1,6 +1,5 @@
/*
* Copyright (C) 2015 - OpenSIPS Foundation
* Copyright (C) 2001-2003 FhG Fokus
* Copyright (C) 2019 - OpenSIPS Project
*
* This file is part of opensips, a free SIP server.
*
Expand All @@ -18,11 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* History:
* -------
* 2017-09-** first version (victor.ciurel)
*/

#include <poll.h>
#include <errno.h>
#include <unistd.h>
Expand Down
21 changes: 21 additions & 0 deletions modules/proto_smpp/proto_smpp.h
@@ -1,3 +1,24 @@
/*
* Copyright (C) 2019 - OpenSIPS Project
*
* This file is part of opensips, a free SIP server.
*
* opensips 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 2 of the License, or
* (at your option) any later version
*
* opensips 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/

#ifndef _PROTO_SMPP_H_
#define _PROTO_SMPP_H_

Expand Down
21 changes: 21 additions & 0 deletions modules/proto_smpp/utils.c
@@ -1,3 +1,24 @@
/*
* Copyright (C) 2019 - OpenSIPS Project
*
* This file is part of opensips, a free SIP server.
*
* opensips 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 2 of the License, or
* (at your option) any later version
*
* opensips 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/

#include <stdint.h>

#include "utils.h"
Expand Down
21 changes: 21 additions & 0 deletions modules/proto_smpp/utils.h
@@ -1,3 +1,24 @@
/*
* Copyright (C) 2019 - OpenSIPS Project
*
* This file is part of opensips, a free SIP server.
*
* opensips 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 2 of the License, or
* (at your option) any later version
*
* opensips 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/

#ifndef _PROTO_SMPP_UTILS_H_
#define _PROTO_SMPP_UTILS_H_

Expand Down

0 comments on commit f7846ef

Please sign in to comment.