Skip to content

Commit

Permalink
sst remove history, remove SVN ID
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 25, 2015
1 parent ddbff73 commit 7aeac62
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 41 deletions.
4 changes: 2 additions & 2 deletions modules/sst/Makefile
Expand Up @@ -5,14 +5,14 @@
# Copyright (C) 2006 SOMA Networks, INC.
# Written by: Ron Winacott
#
# This file is part of openser, a free SIP server.
# This file is part of 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
#
# openser is distributed in the hope that it will be useful, but
# 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.
Expand Down
12 changes: 3 additions & 9 deletions modules/sst/sst.c
@@ -1,20 +1,18 @@
/*
* $Id$
*
* SIP Session Timer (sst) module - support for tracking dialogs and
* SIP Session Timers.
*
* Copyright (C) 2006 SOMA Networks, INC.
* Written by: Ron Winacott (karwin)
*
* This file is part of SIP-router, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* SIP-router is free software; you can redistribute it and/or modify it
* 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
*
* SIP-router is distributed in the hope that it will be useful, but
* 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.
Expand All @@ -24,10 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* History:
* --------
* 2006-05-11 initial version (karwin)
* 2006-10-10 RFC compilent changes. Added the other flags (karwin)
*/

/*! \file sst/sst.c
Expand Down
8 changes: 3 additions & 5 deletions modules/sst/sst_handlers.c
@@ -1,17 +1,15 @@
/*
* $Id$
*
* Copyright (C) 2006 SOMA Networks, Inc.
* Written by Ron Winacott (karwin)
*
* This file is part of SIP-router, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* SIP-router is free software; you can redistribute it and/or modify it
* 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
*
* SIP-router is distributed in the hope that it will be useful, but
* 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.
Expand Down
12 changes: 3 additions & 9 deletions modules/sst/sst_handlers.h
@@ -1,17 +1,15 @@
/*
* $Id$
*
* Copyright (C) 2006 SOMA Networks, Inc.
* Written By Ron Winacott (karwin)
*
* This file is part of SIP-router, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* SIP-router is free software; you can redistribute it and/or modify it
* 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
*
* SIP-router is distributed in the hope that it will be useful, but
* 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.
Expand All @@ -21,10 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* History:
* --------
* 2006-05-11 initial version (karwin)
* 2006-10-10 Code cleanup of this header file. (karwin)
*/

/*! \file sst/sst_handlers.h
Expand Down
11 changes: 3 additions & 8 deletions modules/sst/sst_mi.c
@@ -1,17 +1,15 @@
/*
* $Id$
*
* Copyright (C) 2008 SOMA Networks, Inc.
* Written By Ovidiu Sas (osas)
*
* This file is part of SIP-router, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* SIP-router is free software; you can redistribute it and/or modify it
* 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
*
* SIP-router is distributed in the hope that it will be useful, but
* 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.
Expand All @@ -21,9 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* History:
* --------
* 2008-04-11 initial version (osas)
*/

/*!
Expand Down
11 changes: 3 additions & 8 deletions modules/sst/sst_mi.h
@@ -1,17 +1,15 @@
/*
* $Id$
*
* Copyright (C) 2008 SOMA Networks, Inc.
* Written By Ovidiu Sas (osas)
*
* This file is part of SIP-router, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* SIP-router is free software; you can redistribute it and/or modify it
* 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
*
* SIP-router is distributed in the hope that it will be useful, but
* 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.
Expand All @@ -21,9 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* History:
* --------
* 2008-04-11 initial version (osas)
*/

/*!
Expand Down

0 comments on commit 7aeac62

Please sign in to comment.