Skip to content

Commit

Permalink
alias_db: removed history from top comments
Browse files Browse the repository at this point in the history
- missing copyright header

(cherry picked from commit 7ae0caa)
(cherry picked from commit 5114cc7)
  • Loading branch information
miconda committed Oct 30, 2020
1 parent c260815 commit 3460b6b
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 27 deletions.
3 changes: 0 additions & 3 deletions src/modules/alias_db/alias_db.c
Expand Up @@ -20,9 +20,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2004-09-01: first version (ramona)
*/


Expand Down
11 changes: 3 additions & 8 deletions src/modules/alias_db/alias_db.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
/*
* ALIAS_DB Module
*
* Copyright (C) 2004 Voice Sistem
Expand All @@ -17,13 +15,10 @@
* 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
* 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
*
* History:
* --------
* 2004-09-01: first version (ramona)
*/


Expand Down
11 changes: 3 additions & 8 deletions src/modules/alias_db/alookup.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
/*
* ALIAS_DB Module
*
* Copyright (C) 2004 Voice Sistem SRL
Expand All @@ -17,13 +15,10 @@
* 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
* 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
*
* History:
* --------
* 2004-09-01: first version (ramona)
*/

#include <string.h>
Expand Down
11 changes: 3 additions & 8 deletions src/modules/alias_db/alookup.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
/*
* ALIAS_DB Module
*
* Copyright (C) 2004 Voice Sistem SRL
Expand All @@ -17,13 +15,10 @@
* 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
* 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
*
* History:
* --------
* 2004-09-01: first version (ramona)
*/


Expand Down
24 changes: 24 additions & 0 deletions src/modules/alias_db/api.h
@@ -1,5 +1,29 @@
/*
* ALIAS_DB Module
*
* Copyright (C) 2011 Crocodile RCS
*
* This file is part of a module for Kamailio, a free SIP server.
*
* Kamailio 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
*
* Kamailio 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 ALIASDB_API_H
#define ALIASDB_API_H

#include "../../core/str.h"

typedef int (*alias_db_lookup_t)(sip_msg_t*, str table);
Expand Down

0 comments on commit 3460b6b

Please sign in to comment.