From cbe051d7cd02b31c385b93284251d0a8daeeacc7 Mon Sep 17 00:00:00 2001 From: Mikko Lehto Date: Fri, 28 Jul 2017 10:50:57 +0300 Subject: [PATCH] sctp: remove svn tags and history notes --- src/modules/sctp/sctp_ev.h | 7 ------- src/modules/sctp/sctp_mod.c | 4 +--- src/modules/sctp/sctp_options.c | 8 -------- src/modules/sctp/sctp_options.h | 8 -------- src/modules/sctp/sctp_rpc.c | 2 -- src/modules/sctp/sctp_rpc.h | 2 -- src/modules/sctp/sctp_server.c | 9 --------- src/modules/sctp/sctp_server.h | 7 ------- src/modules/sctp/sctp_sockopts.h | 7 ------- src/modules/sctp/sctp_stats.c | 7 ------- src/modules/sctp/sctp_stats.h | 7 ------- 11 files changed, 1 insertion(+), 67 deletions(-) diff --git a/src/modules/sctp/sctp_ev.h b/src/modules/sctp/sctp_ev.h index 2c06a23c0a2..c626b770b5d 100644 --- a/src/modules/sctp/sctp_ev.h +++ b/src/modules/sctp/sctp_ev.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2009 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -18,11 +16,6 @@ /* * sctp_ev.h - sctp events */ -/* - * History: - * -------- - * 2009-04-28 initial version (andrei) -*/ #ifndef __sctp_ev_h #define __sctp_ev_h diff --git a/src/modules/sctp/sctp_mod.c b/src/modules/sctp/sctp_mod.c index beeaf0d0152..59cea435a63 100644 --- a/src/modules/sctp/sctp_mod.c +++ b/src/modules/sctp/sctp_mod.c @@ -1,6 +1,4 @@ -/** - * $Id$ - * +/* * Copyright (C) 2008 iptelorg GmbH * Copyright (C) 2013 Daniel-Constantin Mierla (asipto.com) * diff --git a/src/modules/sctp/sctp_options.c b/src/modules/sctp/sctp_options.c index cefad6f3227..f71e208ec93 100644 --- a/src/modules/sctp/sctp_options.c +++ b/src/modules/sctp/sctp_options.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2008 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -18,12 +16,6 @@ /* * sctp options */ -/* - * History: - * -------- - * 2008-08-07 initial version (andrei) - * 2009-05-26 runtime cfg support (andrei) - */ /*! * \file diff --git a/src/modules/sctp/sctp_options.h b/src/modules/sctp/sctp_options.h index 123d0098896..1871afd0361 100644 --- a/src/modules/sctp/sctp_options.h +++ b/src/modules/sctp/sctp_options.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2008 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -18,12 +16,6 @@ /* * sctp options */ -/* - * History: - * -------- - * 2008-08-07 initial version (andrei) - * 2009-05-26 runtime cfg support (andrei) - */ #ifndef _sctp_options_h #define _sctp_options_h diff --git a/src/modules/sctp/sctp_rpc.c b/src/modules/sctp/sctp_rpc.c index 454aba10ab0..e436246659d 100644 --- a/src/modules/sctp/sctp_rpc.c +++ b/src/modules/sctp/sctp_rpc.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2009 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any diff --git a/src/modules/sctp/sctp_rpc.h b/src/modules/sctp/sctp_rpc.h index 54a8ebde9b7..a7430aba016 100644 --- a/src/modules/sctp/sctp_rpc.h +++ b/src/modules/sctp/sctp_rpc.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2009 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any diff --git a/src/modules/sctp/sctp_server.c b/src/modules/sctp/sctp_server.c index 402944b6596..4a8285c9920 100644 --- a/src/modules/sctp/sctp_server.c +++ b/src/modules/sctp/sctp_server.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2008 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -18,13 +16,6 @@ /* * sctp one to many */ -/* - * History: - * -------- - * 2008-08-07 initial version (andrei) - * 2009-02-27 blacklist support (andrei) - * 2009-04-28 sctp stats & events macros (andrei) - */ /*! * \file diff --git a/src/modules/sctp/sctp_server.h b/src/modules/sctp/sctp_server.h index 033c0e647a7..33e9038aa7e 100644 --- a/src/modules/sctp/sctp_server.h +++ b/src/modules/sctp/sctp_server.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2008 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -18,11 +16,6 @@ /* * sctp one to many */ -/* - * History: - * -------- - * 2008-08-07 initial version (andrei) - */ #ifndef _sctp_server_h #define _sctp_server_h diff --git a/src/modules/sctp/sctp_sockopts.h b/src/modules/sctp/sctp_sockopts.h index 91cceb85d98..61be50f313c 100644 --- a/src/modules/sctp/sctp_sockopts.h +++ b/src/modules/sctp/sctp_sockopts.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2009 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -19,11 +17,6 @@ * sctp_sockopts.h - portability fixes / compatibility defines for some * sctp socket options */ -/* - * History: - * -------- - * 2009-11-12 initial version (andrei) -*/ #ifndef __sctp_sockopts_h #define __sctp_sockopts_h diff --git a/src/modules/sctp/sctp_stats.c b/src/modules/sctp/sctp_stats.c index 4110b21311b..dd6e8d62dd8 100644 --- a/src/modules/sctp/sctp_stats.c +++ b/src/modules/sctp/sctp_stats.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2010 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -19,11 +17,6 @@ * @file sctp_stats.c * @ingroup: core (sctp) */ -/* - * History: - * -------- - * 2010-08-09 initial version (andrei) -*/ #ifdef USE_SCTP diff --git a/src/modules/sctp/sctp_stats.h b/src/modules/sctp/sctp_stats.h index a9f10a8417a..abde80b3018 100644 --- a/src/modules/sctp/sctp_stats.h +++ b/src/modules/sctp/sctp_stats.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2009 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -18,11 +16,6 @@ /* * sctp_stats.h - sctp statistics macros */ -/* - * History: - * -------- - * 2009-04-28 initial version (andrei) -*/ #ifndef __sctp_stats_h #define __sctp_stats_h