Bläddra i källkod

xhttp: Add SPDX identifiers

Victor Seva 9 månader sedan
förälder
incheckning
35ebd9a87b
3 ändrade filer med 6 tillägg och 0 borttagningar
  1. 2 0
      src/modules/xhttp/xhttp_mod.c
  2. 2 0
      src/modules/xhttp/xhttp_trans.c
  3. 2 0
      src/modules/xhttp/xhttp_trans.h

+ 2 - 0
src/modules/xhttp/xhttp_mod.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/xhttp_trans.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/xhttp_trans.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