Module: kamailio
Branch: master
Commit: 065b1d64453d8b5709069f50cfd705901206feb3
URL:
https://github.com/kamailio/kamailio/commit/065b1d64453d8b5709069f50cfd7059…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-02-04T18:09:47+01:00
mqueue: added missing license header, removed svn ids
---
Modified: src/modules/mqueue/api.h
Modified: src/modules/mqueue/mqueue_api.c
Modified: src/modules/mqueue/mqueue_api.h
---
Diff:
https://github.com/kamailio/kamailio/commit/065b1d64453d8b5709069f50cfd7059…
Patch:
https://github.com/kamailio/kamailio/commit/065b1d64453d8b5709069f50cfd7059…
---
diff --git a/src/modules/mqueue/api.h b/src/modules/mqueue/api.h
index 3c67f2fdbd..e00b474c92 100644
--- a/src/modules/mqueue/api.h
+++ b/src/modules/mqueue/api.h
@@ -1,3 +1,25 @@
+/**
+ * Copyright (C) 2010 Elena-Ramona Modroiu (
asipto.com)
+ *
+ * This file is part of Kamailio, a free SIP server.
+ *
+ * This file 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
+ *
+ * This file 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 _MQUEUE_EXT_API_H_
#define _MQUEUE_EXT_API_H_
diff --git a/src/modules/mqueue/mqueue_api.c b/src/modules/mqueue/mqueue_api.c
index d83c3ce6ce..55833790f8 100644
--- a/src/modules/mqueue/mqueue_api.c
+++ b/src/modules/mqueue/mqueue_api.c
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Copyright (C) 2010 Elena-Ramona Modroiu (
asipto.com)
*
* This file is part of Kamailio, a free SIP server.
diff --git a/src/modules/mqueue/mqueue_api.h b/src/modules/mqueue/mqueue_api.h
index 79996805f7..bc976b6ff7 100644
--- a/src/modules/mqueue/mqueue_api.h
+++ b/src/modules/mqueue/mqueue_api.h
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Copyright (C) 2010 Elena-Ramona Modroiu (
asipto.com)
*
* This file is part of Kamailio, a free SIP server.