소스 검색

xhttp_rpc: Add SPDX identifiers

Victor Seva 9 달 전
부모
커밋
abcd9c5374
4개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/modules/xhttp_rpc/xhttp_rpc.c
  2. 2 0
      src/modules/xhttp_rpc/xhttp_rpc.h
  3. 2 0
      src/modules/xhttp_rpc/xhttp_rpc_fnc.c
  4. 2 0
      src/modules/xhttp_rpc/xhttp_rpc_fnc.h

+ 2 - 0
src/modules/xhttp_rpc/xhttp_rpc.c

@@ -3,6 +3,8 @@
  *
  * This file is part of Kamailio, a free SIP server.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * 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

+ 2 - 0
src/modules/xhttp_rpc/xhttp_rpc.h

@@ -3,6 +3,8 @@
  *
  * This file is part of Kamailio, a free SIP server.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * 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

+ 2 - 0
src/modules/xhttp_rpc/xhttp_rpc_fnc.c

@@ -3,6 +3,8 @@
  *
  * This file is part of Kamailio, a free SIP server.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * 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

+ 2 - 0
src/modules/xhttp_rpc/xhttp_rpc_fnc.h

@@ -3,6 +3,8 @@
  *
  * This file is part of Kamailio, a free SIP server.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * 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