[sr-dev] git:master:bda770e5: call_obj: software license.

Vicente Hernando vhernando at systemonenoc.com
Thu Sep 5 15:33:43 CEST 2019


Module: kamailio
Branch: master
Commit: bda770e57200aba4118803a6d332f2440fb0a540
URL: https://github.com/kamailio/kamailio/commit/bda770e57200aba4118803a6d332f2440fb0a540

Author: Vicente Hernando <vhernando at systemonenoc.com>
Committer: Vicente Hernando <vhernando at systemonenoc.com>
Date: 2019-09-05T15:32:04+02:00

call_obj: software license.

---

Modified: src/modules/call_obj/call_obj_mod.c
Modified: src/modules/call_obj/cobj.c
Modified: src/modules/call_obj/cobj.h

---

Diff:  https://github.com/kamailio/kamailio/commit/bda770e57200aba4118803a6d332f2440fb0a540.diff
Patch: https://github.com/kamailio/kamailio/commit/bda770e57200aba4118803a6d332f2440fb0a540.patch

---

diff --git a/src/modules/call_obj/call_obj_mod.c b/src/modules/call_obj/call_obj_mod.c
index 72307e2d86..c136de58e8 100644
--- a/src/modules/call_obj/call_obj_mod.c
+++ b/src/modules/call_obj/call_obj_mod.c
@@ -1,3 +1,25 @@
+/*
+ * CALL_OBJ module
+ *
+ * Copyright (C) 2017-2019 - Sonoc
+ *
+ * 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
+ *
+ * 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
+ *
+ */
 
 #include <inttypes.h>
 
diff --git a/src/modules/call_obj/cobj.c b/src/modules/call_obj/cobj.c
index cf014b659f..e330a79978 100644
--- a/src/modules/call_obj/cobj.c
+++ b/src/modules/call_obj/cobj.c
@@ -1,3 +1,26 @@
+/*
+ * CALL_OBJ module
+ *
+ * Copyright (C) 2017-2019 - Sonoc
+ *
+ * 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
+ *
+ * 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
+ *
+ */
+
 /**
  * Functionality of call_obj module.
  */
diff --git a/src/modules/call_obj/cobj.h b/src/modules/call_obj/cobj.h
index 85aaab6a69..09417da203 100644
--- a/src/modules/call_obj/cobj.h
+++ b/src/modules/call_obj/cobj.h
@@ -1,3 +1,26 @@
+/*
+ * CALL_OBJ module
+ *
+ * Copyright (C) 2017-2019 - Sonoc
+ *
+ * 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
+ *
+ * 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
+ *
+ */
+
 /**
  * Header for functionality of Call Object module.
  */




More information about the sr-dev mailing list