Browse Source

xlog: Add SPDX identifiers

Victor Seva 9 months ago
parent
commit
eeb09642c6
3 changed files with 6 additions and 0 deletions
  1. 2 0
      src/modules/xlog/xl_lib.c
  2. 2 0
      src/modules/xlog/xl_lib.h
  3. 2 0
      src/modules/xlog/xlog.c

+ 2 - 0
src/modules/xlog/xl_lib.c

@@ -5,6 +5,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/xlog/xl_lib.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/xlog/xlog.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