浏览代码

call_obj: software license.

Vicente Hernando 6 年之前
父节点
当前提交
bda770e572
共有 3 个文件被更改,包括 68 次插入0 次删除
  1. 22 0
      src/modules/call_obj/call_obj_mod.c
  2. 23 0
      src/modules/call_obj/cobj.c
  3. 23 0
      src/modules/call_obj/cobj.h

+ 22 - 0
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>
 #include <inttypes.h>
 
 

+ 23 - 0
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.
  * Functionality of call_obj module.
  */
  */

+ 23 - 0
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.
  * Header for functionality of Call Object module.
  */
  */