Skip to content

Commit

Permalink
nsq Remove SVN ID and history
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 2, 2017
1 parent 83b6148 commit b7c4aa9
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 69 deletions.
8 changes: 1 addition & 7 deletions src/modules/nsq/defs.h
@@ -1,7 +1,5 @@
/*
* $Id$
*
* Kazoo module interface
* NSQ module
*
* Copyright (C) 2010-2014 2600Hz
*
Expand All @@ -24,10 +22,6 @@
* Contributor(s):
* Emmanuel Schmidbauer <emmanuel@getweave.com>
*
* History:
* --------
* 2014-08 first version (2600hz)
* 2016-03 port to NSQ Module (Weave Communications)
*/

#ifndef _NSQ_DEFS_H_
Expand Down
8 changes: 1 addition & 7 deletions src/modules/nsq/nsq_json.c
@@ -1,7 +1,5 @@
/*
* $Id$
*
* Kazoo module interface
* NSQ module interface
*
* Copyright (C) 2010-2014 2600Hz
*
Expand All @@ -24,10 +22,6 @@
* Contributor(s):
* Emmanuel Schmidbauer <emmanuel@getweave.com>
*
* History:
* --------
* 2014-08 first version (2600hz)
* 2016-03 port to NSQ Module (Weave Communications)
*/

#include "nsq_json.h"
Expand Down
8 changes: 1 addition & 7 deletions src/modules/nsq/nsq_json.h
@@ -1,7 +1,5 @@
/*
* $Id$
*
* Kazoo module interface
* NSQ module interface
*
* Copyright (C) 2010-2014 2600Hz
*
Expand All @@ -24,10 +22,6 @@
* Contributor(s):
* Emmanuel Schmidbauer <emmanuel@getweave.com>
*
* History:
* --------
* 2014-08 first version (2600hz)
* 2016-03 port to NSQ Module (Weave Communications)
*/

#ifndef __NSQ_JSON_H_
Expand Down
5 changes: 0 additions & 5 deletions src/modules/nsq/nsq_mod.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* NSQ module interface
*
* Copyright (C) 2016 Weave Communications
Expand All @@ -24,9 +22,6 @@
* This module was based on the Kazoo module created by 2600hz.
* Thank you to 2600hz and their brilliant VoIP developers.
*
* History:
* --------
* 2016-03 first version (Weave Communications)
*/

#include "nsq_mod.h"
Expand Down
5 changes: 0 additions & 5 deletions src/modules/nsq/nsq_mod.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* NSQ module interface
*
* Copyright (C) 2016 Weave Communications
Expand All @@ -24,9 +22,6 @@
* This module was based on the Kazoo module created by 2600hz.
* Thank you to 2600hz and their brilliant VoIP developers.
*
* History:
* --------
* 2016-03 first version (Weave Communications)
*/

#ifndef __NSQ_MOD_H_
Expand Down
8 changes: 1 addition & 7 deletions src/modules/nsq/nsq_pua.c
@@ -1,7 +1,5 @@
/*
* $Id$
*
* Kazoo module interface
* NSQ module interface
*
* Copyright (C) 2010-2014 2600Hz
*
Expand All @@ -24,10 +22,6 @@
* Contributor(s):
* Emmanuel Schmidbauer <emmanuel@getweave.com>
*
* History:
* --------
* 2014-08 first version (2600hz)
* 2016-03 port to NSQ Module (Weave Communications)
*/

#include "../presence/bind_presence.h"
Expand Down
8 changes: 1 addition & 7 deletions src/modules/nsq/nsq_pua.h
@@ -1,7 +1,5 @@
/*
* $Id$
*
* Kazoo module interface
* NSQ module interface
*
* Copyright (C) 2010-2014 2600Hz
*
Expand All @@ -24,10 +22,6 @@
* Contributor(s):
* Emmanuel Schmidbauer <emmanuel@getweave.com>
*
* History:
* --------
* 2014-08 first version (2600hz)
* 2016-03 port to NSQ Module (Weave Communications)
*/

#ifndef __NSQ_PUA_H_
Expand Down
5 changes: 0 additions & 5 deletions src/modules/nsq/nsq_reader.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* NSQ module interface
*
* Copyright (C) 2016 Weave Communications
Expand All @@ -24,9 +22,6 @@
* This module was based on the Kazoo module created by 2600hz.
* Thank you to 2600hz and their brilliant VoIP developers.
*
* History:
* --------
* 2016-03 first version (Weave Communications)
*/

#include "nsq_reader.h"
Expand Down
5 changes: 0 additions & 5 deletions src/modules/nsq/nsq_reader.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* NSQ module interface
*
* Copyright (C) 2016 Weave Communications
Expand All @@ -24,9 +22,6 @@
* This module was based on the Kazoo module created by 2600hz.
* Thank you to 2600hz and their brilliant VoIP developers.
*
* History:
* --------
* 2016-03 first version (Weave Communications)
*/

#ifndef __NSQ_READER_H_
Expand Down
8 changes: 1 addition & 7 deletions src/modules/nsq/nsq_trans.c
@@ -1,7 +1,5 @@
/*
* $Id$
*
* Kazoo module interface
* NSQ module interface
*
* Copyright (C) 2010-2014 2600Hz
*
Expand All @@ -24,10 +22,6 @@
* Contributor(s):
* Emmanuel Schmidbauer <emmanuel@getweave.com>
*
* History:
* --------
* 2014-08 first version (2600hz)
* 2016-03 port to NSQ Module (Weave Communications)
*/

#include "../../core/trim.h"
Expand Down
8 changes: 1 addition & 7 deletions src/modules/nsq/nsq_trans.h
@@ -1,7 +1,5 @@
/*
* $Id$
*
* Kazoo module interface
* NSQ module interface
*
* Copyright (C) 2010-2014 2600Hz
*
Expand All @@ -24,10 +22,6 @@
* Contributor(s):
* Emmanuel Schmidbauer <emmanuel@getweave.com>
*
* History:
* --------
* 2014-08 first version (2600hz)
* 2016-03 port to NSQ Module (Weave Communications)
*/

#ifndef _NSQ_TRANS_H_
Expand Down

0 comments on commit b7c4aa9

Please sign in to comment.